Html Css Color HEX #0E8324 Forest Green

📋 copy color: '#0E8324'

red 14 ◦ green 131 ◦ blue 36

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

Shades of Forest Green #0E8324

Tints of Forest Green #0E8324

RGB

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

 GREEN value IS 131 (51.56% from 255) = 72.38%

 BLUE value IS 36 (14.45% from 255) = 19.89%

R = 7.73%
G = 72.38%
B = 19.89%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#0E8324 (or 0x0E8324) is known color: Forest Green. HEX triplet: 0E, 83 and 24. RGB value is (14,131,36). Sum of RGB (Red+Green+Blue) = 14+131+36=181 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.73% from 181); Green value is 131 (51.56% from 255 or 72.38% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 131 - color contains mainly: green. Hex color #0E8324 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8324 is #F17CDB. Grayscale: #555555. Windows color (decimal): -15826140 or 2392846. OLE color: 2392846.

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

Color convert

RGB 14 131 36 -
CMYK 0.89 0 0.73 0.49
HSL 131.28º 0.81% 0.28% -
HSV(B) 131.28º 0.89% 0.51% -
XYZ 8.62 16.45 4.39 -
YUV 85.19 100.24 77.22 -
System Red Green Blue C M Y K H S L
Decimal 14 131 36 0.89 0 0.73 0.49 131.28 0.81 0.28
Hex E 83 24 59 0 49 31 83 51 1C
Octal 16 203 44 131 0 111 61 203 121 34
Binary 1110 10000011 100100 1011001 0 1001001 110001 10000011 1010001 11100

Color Harmonies of #0E8324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8324

Black with #0E8324

Text Example


Text Example

White with #0E8324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,131,36); }

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

background-color css

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

 a { background-color: rgb(14,131,36); }

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

border-color css

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

 span { border-color: rgb(14,131,36); }

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