Html Css Color HEX #0E851F Forest Green

📋 copy color: '#0E851F'

red 14 ◦ green 133 ◦ blue 31

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

Shades of Forest Green #0E851F

Tints of Forest Green #0E851F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 74.72%

 BLUE value IS 31 (12.5% from 255) = 17.42%

R = 7.87%
G = 74.72%
B = 17.42%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#0E851F (or 0x0E851F) is known color: Forest Green. HEX triplet: 0E, 85 and 1F. RGB value is (14,133,31). Sum of RGB (Red+Green+Blue) = 14+133+31=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 133 (52.34% from 255 or 74.72% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 133 - color contains mainly: green. Hex color #0E851F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E851F is #F17AE0. Grayscale: #565656. Windows color (decimal): -15825633 or 2065678. OLE color: 2065678.

HSL color Cylindrical-coordinate representation of color #0E851F: hue angle of 128.57º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E851F is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 14 133 31 -
CMYK 0.89 0 0.77 0.48
HSL 128.57º 0.81% 0.29% -
HSV(B) 128.57º 0.89% 0.52% -
XYZ 8.82 16.97 4.11 -
YUV 85.79 97.08 76.79 -
System Red Green Blue C M Y K H S L
Decimal 14 133 31 0.89 0 0.77 0.48 128.57 0.81 0.29
Hex E 85 1F 59 0 4D 30 81 51 1D
Octal 16 205 37 131 0 115 60 201 121 35
Binary 1110 10000101 11111 1011001 0 1001101 110000 10000001 1010001 11101

Color Harmonies of #0E851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E851F

Black with #0E851F

Text Example


Text Example

White with #0E851F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,133,31); }

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

background-color css

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

 a { background-color: rgb(14,133,31); }

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

border-color css

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

 span { border-color: rgb(14,133,31); }

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