Html Css Color HEX #1E9612 Forest Green

📋 copy color: '#1E9612'

red 30 ◦ green 150 ◦ blue 18

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

Shades of Forest Green #1E9612

Tints of Forest Green #1E9612

RGB

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

 GREEN value IS 150 (58.98% from 255) = 75.76%

 BLUE value IS 18 (7.42% from 255) = 9.09%

R = 15.15%
G = 75.76%
B = 9.09%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#1E9612 (or 0x1E9612) is known color: Forest Green. HEX triplet: 1E, 96 and 12. RGB value is (30,150,18). Sum of RGB (Red+Green+Blue) = 30+150+18=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 150 (58.98% from 255 or 75.76% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 150 - color contains mainly: green. Hex color #1E9612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E9612 is #E169ED. Grayscale: #636363. Windows color (decimal): -14772718 or 1218078. OLE color: 1218078.

HSL color Cylindrical-coordinate representation of color #1E9612: hue angle of 114.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E9612 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 30 150 18 -
CMYK 0.80 0 0.88 0.41
HSL 114.55º 0.79% 0.33% -
HSV(B) 114.55º 0.88% 0.59% -
XYZ 11.55 22.13 4.24 -
YUV 99.07 82.24 78.73 -
System Red Green Blue C M Y K H S L
Decimal 30 150 18 0.80 0 0.88 0.41 114.55 0.79 0.33
Hex 1E 96 12 50 0 58 29 73 4F 21
Octal 36 226 22 120 0 130 51 163 117 41
Binary 11110 10010110 10010 1010000 0 1011000 101001 1110011 1001111 100001

Color Harmonies of #1E9612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9612

Black with #1E9612

Text Example


Text Example

White with #1E9612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,150,18); }

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

background-color css

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

 a { background-color: rgb(30,150,18); }

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

border-color css

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

 span { border-color: rgb(30,150,18); }

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