Html Css Color HEX #0E8221 Forest Green

📋 copy color: '#0E8221'

red 14 ◦ green 130 ◦ blue 33

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

Shades of Forest Green #0E8221

Tints of Forest Green #0E8221

RGB

 RED value IS 14 (5.86% from 255) = 7.91%

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

 BLUE value IS 33 (13.28% from 255) = 18.64%

R = 7.91%
G = 73.45%
B = 18.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#0E8221 (or 0x0E8221) is known color: Forest Green. HEX triplet: 0E, 82 and 21. RGB value is (14,130,33). Sum of RGB (Red+Green+Blue) = 14+130+33=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 130 (51.17% from 255 or 73.45% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 130 - color contains mainly: green. Hex color #0E8221 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8221 is #F17DDE. Grayscale: #545454. Windows color (decimal): -15826399 or 2195982. OLE color: 2195982.

HSL color Cylindrical-coordinate representation of color #0E8221: hue angle of 129.83º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8221 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 14 130 33 -
CMYK 0.89 0 0.75 0.49
HSL 129.83º 0.81% 0.28% -
HSV(B) 129.83º 0.89% 0.51% -
XYZ 8.44 16.17 4.11 -
YUV 84.26 99.07 77.89 -
System Red Green Blue C M Y K H S L
Decimal 14 130 33 0.89 0 0.75 0.49 129.83 0.81 0.28
Hex E 82 21 59 0 4B 31 82 51 1C
Octal 16 202 41 131 0 113 61 202 121 34
Binary 1110 10000010 100001 1011001 0 1001011 110001 10000010 1010001 11100

Color Harmonies of #0E8221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8221

Black with #0E8221

Text Example


Text Example

White with #0E8221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E8221; }

 p { color: rgb(14,130,33); }

 H1.HeaderClassName
 {
   color: #0E8221;
 }
 .AnyTagClassName
 {
   color: #0E8221;
 }
</style>

background-color css

<style>
 a { background-color: #0E8221; }

 a { background-color: rgb(14,130,33); }

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

border-color css

<style>
 span { border-color: #0E8221; }

 span { border-color: rgb(14,130,33); }

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