#1E7942

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

Shades of Dark Spring Green #1E7942

Tints of Dark Spring Green #1E7942

Color information

#1E7942 (or 0x1E7942) is unknown color: approx Dark Spring Green. HEX triplet: 1E, 79 and 42. RGB value is (30,121,66). Sum of RGB (Red+Green+Blue) = 30+121+66=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 121 (47.66% from 255 or 55.76% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 121 - color contains mainly: green. Hex color #1E7942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7942 is #E186BD. Grayscale: #575757. Windows color (decimal): -14780094 or 4356382. OLE color: 4356382.

HSL color Cylindrical-coordinate representation of color #1E7942: hue angle of 143.74º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7942 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB3012166-
CMYK0.7500.450.53
HSL143.74º60.26%29.61%-
HSV(B)143.74º75.21%47.45%-
XYZ8.3614.347.48-
YUV87.52115.8586.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.82%
GREEN value IS 121 (47.66% from 255) = 55.76%
BLUE value IS 66 (26.17% from 255) = 30.41%
R=13.82%
G=55.76%
B=30.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30121660.7500.450.53143.7460.2629.61
Hex1E79424B02D35903c1e
Octal36171102113055652207436
Binary1111011110011000010100101101011011101011001000011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,121,66); }

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

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

 a { background-color: rgb(30,121,66); }

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

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

 span { border-color: rgb(30,121,66); }

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