Html Css Color HEX #1E821F Forest Green

📋 copy color: '#1E821F'

red 30 ◦ green 130 ◦ blue 31

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

Shades of Forest Green #1E821F

Tints of Forest Green #1E821F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.23%

R = 15.71%
G = 68.06%
B = 16.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#1E821F (or 0x1E821F) is known color: Forest Green. HEX triplet: 1E, 82 and 1F. RGB value is (30,130,31). Sum of RGB (Red+Green+Blue) = 30+130+31=191 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.71% from 191); Green value is 130 (51.17% from 255 or 68.06% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 130 - color contains mainly: green. Hex color #1E821F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E821F is #E17DE0. Grayscale: #595959. Windows color (decimal): -14777825 or 2064926. OLE color: 2064926.

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

Color convert

RGB 30 130 31 -
CMYK 0.77 0 0.76 0.49
HSL 120.6º 0.63% 0.31% -
HSV(B) 120.6º 0.77% 0.51% -
XYZ 8.77 16.34 3.99 -
YUV 88.81 95.37 86.05 -
System Red Green Blue C M Y K H S L
Decimal 30 130 31 0.77 0 0.76 0.49 120.6 0.63 0.31
Hex 1E 82 1F 4D 0 4C 31 79 3E 1F
Octal 36 202 37 115 0 114 61 171 76 37
Binary 11110 10000010 11111 1001101 0 1001100 110001 1111001 111110 11111

Color Harmonies of #1E821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E821F

Black with #1E821F

Text Example


Text Example

White with #1E821F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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