Html Css Color HEX #0E8218 Forest Green

📋 copy color: '#0E8218'

red 14 ◦ green 130 ◦ blue 24

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

Shades of Forest Green #0E8218

Tints of Forest Green #0E8218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.29%

R = 8.33%
G = 77.38%
B = 14.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#0E8218 (or 0x0E8218) is known color: Forest Green. HEX triplet: 0E, 82 and 18. RGB value is (14,130,24). Sum of RGB (Red+Green+Blue) = 14+130+24=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 130 (51.17% from 255 or 77.38% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 130 - color contains mainly: green. Hex color #0E8218 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8218 is #F17DE7. Grayscale: #535353. Windows color (decimal): -15826408 or 1606158. OLE color: 1606158.

HSL color Cylindrical-coordinate representation of color #0E8218: hue angle of 125.17º 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 #0E8218 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 14 130 24 -
CMYK 0.89 0 0.82 0.49
HSL 125.17º 0.81% 0.28% -
HSV(B) 125.17º 0.89% 0.51% -
XYZ 8.33 16.12 3.54 -
YUV 83.23 94.57 78.62 -
System Red Green Blue C M Y K H S L
Decimal 14 130 24 0.89 0 0.82 0.49 125.17 0.81 0.28
Hex E 82 18 59 0 52 31 7D 51 1C
Octal 16 202 30 131 0 122 61 175 121 34
Binary 1110 10000010 11000 1011001 0 1010010 110001 1111101 1010001 11100

Color Harmonies of #0E8218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8218

Black with #0E8218

Text Example


Text Example

White with #0E8218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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