#05811F

Color #05811F Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #05811F

Tints of Forest Green #05811F

Color information

#05811F (or 0x05811F) is unknown color: approx Forest Green. HEX triplet: 05, 81 and 1F. RGB value is (5,129,31). Sum of RGB (Red+Green+Blue) = 5+129+31=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 129 (50.78% from 255 or 78.18% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 129 - color contains mainly: green. Hex color #05811F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05811F is #FA7EE0. Grayscale: #515151. Windows color (decimal): -16416481 or 2064645. OLE color: 2064645.

HSL color Cylindrical-coordinate representation of color #05811F: hue angle of 132.58º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05811F is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB512931-
CMYK0.9600.760.49
HSL132.58º92.54%26.27%-
HSV(B)132.58º96.12%50.59%-
XYZ8.1615.833.92-
YUV80.7599.9273.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.03%
GREEN value IS 129 (50.78% from 255) = 78.18%
BLUE value IS 31 (12.5% from 255) = 18.79%
R=3.03%
G=78.18%
B=18.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5129310.9600.760.49132.5892.5426.27
Hex5811F6004C31855d1a
Octal52013714001146120513532
Binary101100000011111111000000100110011000110000101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05811F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05811F; }

 p { color: rgb(5,129,31); }

 H1.HeaderClassName
 {
   color: #05811F;
 }
 .AnyTagClassName
 {
   color: #05811F;
 }
</style>
background-color css

<style>
 a { background-color: #05811F; }

 a { background-color: rgb(5,129,31); }

 div.DivClassName
 {
   background-color: #05811F;
 }
 .BgClassName
 {
   background-color: #05811F;
 }
</style>
border-color css

<style>
 span { border-color: #05811F; }

 span { border-color: rgb(5,129,31); }

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