#1E7542

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

Shades of Dark Spring Green #1E7542

Tints of Dark Spring Green #1E7542

Color information

#1E7542 (or 0x1E7542) is unknown color: approx Dark Spring Green. HEX triplet: 1E, 75 and 42. RGB value is (30,117,66). Sum of RGB (Red+Green+Blue) = 30+117+66=213 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.08% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #1E7542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7542 is #E18ABD. Grayscale: #555555. Windows color (decimal): -14781118 or 4355358. OLE color: 4355358.

HSL color Cylindrical-coordinate representation of color #1E7542: hue angle of 144.83º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7542 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB3011766-
CMYK0.7400.440.54
HSL144.83º59.18%28.82%-
HSV(B)144.83º74.36%45.88%-
XYZ7.8813.397.32-
YUV85.17117.1888.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.08%
GREEN value IS 117 (46.09% from 255) = 54.93%
BLUE value IS 66 (26.17% from 255) = 30.99%
R=14.08%
G=54.93%
B=30.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30117660.7400.440.54144.8359.1828.82
Hex1E75424A02C36913b1d
Octal36165102112054662217335
Binary1111011101011000010100101001011001101101001000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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