#1E7A46

Color #1E7A46 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #1E7A46

Tints of Dark Spring Green #1E7A46

Color information

#1E7A46 (or 0x1E7A46) is unknown color: approx Dark Spring Green. HEX triplet: 1E, 7A and 46. RGB value is (30,122,70). Sum of RGB (Red+Green+Blue) = 30+122+70=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 122 (48.05% from 255 or 54.95% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 122 - color contains mainly: green. Hex color #1E7A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7A46 is #E185B9. Grayscale: #585858. Windows color (decimal): -14779834 or 4618782. OLE color: 4618782.

HSL color Cylindrical-coordinate representation of color #1E7A46: hue angle of 146.09º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7A46 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB3012270-
CMYK0.7500.430.52
HSL146.09º60.53%29.8%-
HSV(B)146.09º75.41%47.84%-
XYZ8.614.648.17-
YUV88.56117.5286.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 13.51%
GREEN value IS 122 (48.05% from 255) = 54.95%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=13.51%
G=54.95%
B=31.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30122700.7500.430.52146.0960.5329.8
Hex1E7A464B02B34923d1e
Octal36172106113053642227536
Binary1111011110101000110100101101010111101001001001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E7A46; }

 p { color: rgb(30,122,70); }

 H1.HeaderClassName
 {
   color: #1E7A46;
 }
 .AnyTagClassName
 {
   color: #1E7A46;
 }
</style>
background-color css

<style>
 a { background-color: #1E7A46; }

 a { background-color: rgb(30,122,70); }

 div.DivClassName
 {
   background-color: #1E7A46;
 }
 .BgClassName
 {
   background-color: #1E7A46;
 }
</style>
border-color css

<style>
 span { border-color: #1E7A46; }

 span { border-color: rgb(30,122,70); }

 td.TdClassName
 {
   border-color: #1E7A46;
 }
 .TagClassName
 {
   border-color: #1E7A46;
 }
</style>