Html Css Color HEX #0E8D32 Forest Green

📋 copy color: '#0E8D32'

red 14 ◦ green 141 ◦ blue 50

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

Shades of Forest Green #0E8D32

Tints of Forest Green #0E8D32

RGB

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

 GREEN value IS 141 (55.47% from 255) = 68.78%

 BLUE value IS 50 (19.92% from 255) = 24.39%

R = 6.83%
G = 68.78%
B = 24.39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#0E8D32 (or 0x0E8D32) is known color: Forest Green. HEX triplet: 0E, 8D and 32. RGB value is (14,141,50). Sum of RGB (Red+Green+Blue) = 14+141+50=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 141 (55.47% from 255 or 68.78% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 141 - color contains mainly: green. Hex color #0E8D32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8D32 is #F172CD. Grayscale: #5C5C5C. Windows color (decimal): -15823566 or 3312910. OLE color: 3312910.

HSL color Cylindrical-coordinate representation of color #0E8D32: hue angle of 137.01º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8D32 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 141 50 -
CMYK 0.90 0 0.65 0.45
HSL 137.01º 0.82% 0.3% -
HSV(B) 137.01º 0.9% 0.55% -
XYZ 10.28 19.37 6.22 -
YUV 92.65 103.92 71.9 -
System Red Green Blue C M Y K H S L
Decimal 14 141 50 0.90 0 0.65 0.45 137.01 0.82 0.3
Hex E 8D 32 5A 0 41 2D 89 52 1E
Octal 16 215 62 132 0 101 55 211 122 36
Binary 1110 10001101 110010 1011010 0 1000001 101101 10001001 1010010 11110

Color Harmonies of #0E8D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8D32

Black with #0E8D32

Text Example


Text Example

White with #0E8D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,141,50); }

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

background-color css

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

 a { background-color: rgb(14,141,50); }

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

border-color css

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

 span { border-color: rgb(14,141,50); }

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