Html Css Color HEX #1E7013 Forest Green

📋 copy color: '#1E7013'

red 30 ◦ green 112 ◦ blue 19

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

Shades of Forest Green #1E7013

Tints of Forest Green #1E7013

RGB

 RED value IS 30 (12.11% from 255) = 18.63%

 GREEN value IS 112 (44.14% from 255) = 69.57%

 BLUE value IS 19 (7.81% from 255) = 11.8%

R = 18.63%
G = 69.57%
B = 11.8%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#1E7013 (or 0x1E7013) is known color: Forest Green. HEX triplet: 1E, 70 and 13. RGB value is (30,112,19). Sum of RGB (Red+Green+Blue) = 30+112+19=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 112 (44.14% from 255 or 69.57% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 112 - color contains mainly: green. Hex color #1E7013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7013 is #E18FEC. Grayscale: #4D4D4D. Windows color (decimal): -14782445 or 1273886. OLE color: 1273886.

HSL color Cylindrical-coordinate representation of color #1E7013: hue angle of 112.9º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E7013 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 112 19 -
CMYK 0.73 0 0.83 0.56
HSL 112.9º 0.71% 0.26% -
HSV(B) 112.9º 0.83% 0.44% -
XYZ 6.45 11.91 2.58 -
YUV 76.88 95.33 94.56 -
System Red Green Blue C M Y K H S L
Decimal 30 112 19 0.73 0 0.83 0.56 112.9 0.71 0.26
Hex 1E 70 13 49 0 53 38 71 47 1A
Octal 36 160 23 111 0 123 70 161 107 32
Binary 11110 1110000 10011 1001001 0 1010011 111000 1110001 1000111 11010

Color Harmonies of #1E7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7013

Black with #1E7013

Text Example


Text Example

White with #1E7013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,112,19); }

 H1.HeaderClassName
 {
   color: #1E7013;
 }
 .AnyTagClassName
 {
   color: #1E7013;
 }
</style>

background-color css

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

 a { background-color: rgb(30,112,19); }

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

border-color css

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

 span { border-color: rgb(30,112,19); }

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