Html Css Color HEX #1E8214 Forest Green

📋 copy color: '#1E8214'

red 30 ◦ green 130 ◦ blue 20

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

Shades of Forest Green #1E8214

Tints of Forest Green #1E8214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.11%

R = 16.67%
G = 72.22%
B = 11.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#1E8214 (or 0x1E8214) is known color: Forest Green. HEX triplet: 1E, 82 and 14. RGB value is (30,130,20). Sum of RGB (Red+Green+Blue) = 30+130+20=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 130 (51.17% from 255 or 72.22% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 130 - color contains mainly: green. Hex color #1E8214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E8214 is #E17DEB. Grayscale: #575757. Windows color (decimal): -14777836 or 1344030. OLE color: 1344030.

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

Color convert

RGB 30 130 20 -
CMYK 0.77 0 0.85 0.49
HSL 114.55º 0.73% 0.29% -
HSV(B) 114.55º 0.85% 0.51% -
XYZ 8.64 16.29 3.35 -
YUV 87.56 89.87 86.94 -
System Red Green Blue C M Y K H S L
Decimal 30 130 20 0.77 0 0.85 0.49 114.55 0.73 0.29
Hex 1E 82 14 4D 0 55 31 73 49 1D
Octal 36 202 24 115 0 125 61 163 111 35
Binary 11110 10000010 10100 1001101 0 1010101 110001 1110011 1001001 11101

Color Harmonies of #1E8214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8214

Black with #1E8214

Text Example


Text Example

White with #1E8214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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