Html Css Color HEX #1E9312 Forest Green

📋 copy color: '#1E9312'

red 30 ◦ green 147 ◦ blue 18

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

Shades of Forest Green #1E9312

Tints of Forest Green #1E9312

RGB

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

 GREEN value IS 147 (57.81% from 255) = 75.38%

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

R = 15.38%
G = 75.38%
B = 9.23%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#1E9312 (or 0x1E9312) is known color: Forest Green. HEX triplet: 1E, 93 and 12. RGB value is (30,147,18). Sum of RGB (Red+Green+Blue) = 30+147+18=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 147 (57.81% from 255 or 75.38% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 147 - color contains mainly: green. Hex color #1E9312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E9312 is #E16CED. Grayscale: #616161. Windows color (decimal): -14773486 or 1217310. OLE color: 1217310.

HSL color Cylindrical-coordinate representation of color #1E9312: hue angle of 114.42º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E9312 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 147 18 -
CMYK 0.80 0 0.88 0.42
HSL 114.42º 0.78% 0.32% -
HSV(B) 114.42º 0.88% 0.58% -
XYZ 11.08 21.19 4.08 -
YUV 97.31 83.24 79.99 -
System Red Green Blue C M Y K H S L
Decimal 30 147 18 0.80 0 0.88 0.42 114.42 0.78 0.32
Hex 1E 93 12 50 0 58 2A 72 4E 20
Octal 36 223 22 120 0 130 52 162 116 40
Binary 11110 10010011 10010 1010000 0 1011000 101010 1110010 1001110 100000

Color Harmonies of #1E9312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9312

Black with #1E9312

Text Example


Text Example

White with #1E9312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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