Html Css Color HEX #0E841F Forest Green

📋 copy color: '#0E841F'

red 14 ◦ green 132 ◦ blue 31

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

Shades of Forest Green #0E841F

Tints of Forest Green #0E841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 74.58%

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

R = 7.91%
G = 74.58%
B = 17.51%

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

#0E841F (or 0x0E841F) is known color: Forest Green. HEX triplet: 0E, 84 and 1F. RGB value is (14,132,31). Sum of RGB (Red+Green+Blue) = 14+132+31=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 132 (51.95% from 255 or 74.58% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 132 - color contains mainly: green. Hex color #0E841F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E841F is #F17BE0. Grayscale: #555555. Windows color (decimal): -15825889 or 2065422. OLE color: 2065422.

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

Color convert

RGB 14 132 31 -
CMYK 0.89 0 0.77 0.48
HSL 128.64º 0.81% 0.29% -
HSV(B) 128.64º 0.89% 0.52% -
XYZ 8.68 16.69 4.06 -
YUV 85.2 97.41 77.21 -
System Red Green Blue C M Y K H S L
Decimal 14 132 31 0.89 0 0.77 0.48 128.64 0.81 0.29
Hex E 84 1F 59 0 4D 30 81 51 1D
Octal 16 204 37 131 0 115 60 201 121 35
Binary 1110 10000100 11111 1011001 0 1001101 110000 10000001 1010001 11101

Color Harmonies of #0E841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E841F

Black with #0E841F

Text Example


Text Example

White with #0E841F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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