Html Css Color HEX #1E7542 Dark Spring Green

📋 copy color: '#1E7542'

red 30 ◦ green 117 ◦ blue 66

#1E7542
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #1E7542

Tints of Dark Spring Green #1E7542

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 value IS 0.74

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#1E7542 (or 0x1E7542) is known color: 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

RGB 30 117 66 -
CMYK 0.74 0 0.44 0.54
HSL 144.83º 0.59% 0.29% -
HSV(B) 144.83º 0.74% 0.46% -
XYZ 7.88 13.39 7.32 -
YUV 85.17 117.18 88.65 -
System Red Green Blue C M Y K H S L
Decimal 30 117 66 0.74 0 0.44 0.54 144.83 0.59 0.29
Hex 1E 75 42 4A 0 2C 36 91 3B 1D
Octal 36 165 102 112 0 54 66 221 73 35
Binary 11110 1110101 1000010 1001010 0 101100 110110 10010001 111011 11101

Color Harmonies of #1E7542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7542

Black with #1E7542

Text Example


Text Example

White with #1E7542

Text Example


Text Example

HTML Codes & Css Web 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>