Html Css Color HEX #0E8931 Forest Green

📋 copy color: '#0E8931'

red 14 ◦ green 137 ◦ blue 49

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

Shades of Forest Green #0E8931

Tints of Forest Green #0E8931

RGB

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

 GREEN value IS 137 (53.91% from 255) = 68.5%

 BLUE value IS 49 (19.53% from 255) = 24.5%

R = 7%
G = 68.5%
B = 24.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#0E8931 (or 0x0E8931) is known color: Forest Green. HEX triplet: 0E, 89 and 31. RGB value is (14,137,49). Sum of RGB (Red+Green+Blue) = 14+137+49=200 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7% from 200); Green value is 137 (53.91% from 255 or 68.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 137 - color contains mainly: green. Hex color #0E8931 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8931 is #F176CE. Grayscale: #5A5A5A. Windows color (decimal): -15824591 or 3246350. OLE color: 3246350.

HSL color Cylindrical-coordinate representation of color #0E8931: hue angle of 137.07º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8931 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 14 137 49 -
CMYK 0.90 0 0.64 0.46
HSL 137.07º 0.81% 0.3% -
HSV(B) 137.07º 0.9% 0.54% -
XYZ 9.68 18.21 5.91 -
YUV 90.19 104.75 73.66 -
System Red Green Blue C M Y K H S L
Decimal 14 137 49 0.90 0 0.64 0.46 137.07 0.81 0.3
Hex E 89 31 5A 0 40 2E 89 51 1E
Octal 16 211 61 132 0 100 56 211 121 36
Binary 1110 10001001 110001 1011010 0 1000000 101110 10001001 1010001 11110

Color Harmonies of #0E8931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8931

Black with #0E8931

Text Example


Text Example

White with #0E8931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,137,49); }

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

background-color css

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

 a { background-color: rgb(14,137,49); }

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

border-color css

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

 span { border-color: rgb(14,137,49); }

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