Html Css Color HEX #1E8212 Forest Green

📋 copy color: '#1E8212'

red 30 ◦ green 130 ◦ blue 18

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

Shades of Forest Green #1E8212

Tints of Forest Green #1E8212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 73.03%

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

R = 16.85%
G = 73.03%
B = 10.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#1E8212 (or 0x1E8212) is known color: Forest Green. HEX triplet: 1E, 82 and 12. RGB value is (30,130,18). Sum of RGB (Red+Green+Blue) = 30+130+18=178 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.85% from 178); Green value is 130 (51.17% from 255 or 73.03% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 130 - color contains mainly: green. Hex color #1E8212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E8212 is #E17DED. Grayscale: #575757. Windows color (decimal): -14777838 or 1212958. OLE color: 1212958.

HSL color Cylindrical-coordinate representation of color #1E8212: hue angle of 113.57º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E8212 is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 30 130 18 -
CMYK 0.77 0 0.86 0.49
HSL 113.57º 0.76% 0.29% -
HSV(B) 113.57º 0.86% 0.51% -
XYZ 8.63 16.28 3.26 -
YUV 87.33 88.87 87.11 -
System Red Green Blue C M Y K H S L
Decimal 30 130 18 0.77 0 0.86 0.49 113.57 0.76 0.29
Hex 1E 82 12 4D 0 56 31 72 4C 1D
Octal 36 202 22 115 0 126 61 162 114 35
Binary 11110 10000010 10010 1001101 0 1010110 110001 1110010 1001100 11101

Color Harmonies of #1E8212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8212

Black with #1E8212

Text Example


Text Example

White with #1E8212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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