Html Css Color HEX #0E8325 Forest Green

📋 copy color: '#0E8325'

red 14 ◦ green 131 ◦ blue 37

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

Shades of Forest Green #0E8325

Tints of Forest Green #0E8325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.33%

R = 7.69%
G = 71.98%
B = 20.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#0E8325 (or 0x0E8325) is known color: Forest Green. HEX triplet: 0E, 83 and 25. RGB value is (14,131,37). Sum of RGB (Red+Green+Blue) = 14+131+37=182 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.69% from 182); Green value is 131 (51.56% from 255 or 71.98% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 131 - color contains mainly: green. Hex color #0E8325 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8325 is #F17CDA. Grayscale: #555555. Windows color (decimal): -15826139 or 2458382. OLE color: 2458382.

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

Color convert

RGB 14 131 37 -
CMYK 0.89 0 0.72 0.49
HSL 131.79º 0.81% 0.28% -
HSV(B) 131.79º 0.89% 0.51% -
XYZ 8.63 16.46 4.47 -
YUV 85.3 100.74 77.14 -
System Red Green Blue C M Y K H S L
Decimal 14 131 37 0.89 0 0.72 0.49 131.79 0.81 0.28
Hex E 83 25 59 0 48 31 84 51 1C
Octal 16 203 45 131 0 110 61 204 121 34
Binary 1110 10000011 100101 1011001 0 1001000 110001 10000100 1010001 11100

Color Harmonies of #0E8325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8325

Black with #0E8325

Text Example


Text Example

White with #0E8325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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