#05851F

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

Shades of Forest Green #05851F

Tints of Forest Green #05851F

Color information

#05851F (or 0x05851F) is unknown color: approx Forest Green. HEX triplet: 05, 85 and 1F. RGB value is (5,133,31). Sum of RGB (Red+Green+Blue) = 5+133+31=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 133 (52.34% from 255 or 78.70% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 133 - color contains mainly: green. Hex color #05851F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05851F is #FA7AE0. Grayscale: #535353. Windows color (decimal): -16415457 or 2065669. OLE color: 2065669.

HSL color Cylindrical-coordinate representation of color #05851F: hue angle of 132.19º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05851F is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB513331-
CMYK0.9600.770.48
HSL132.19º92.75%27.06%-
HSV(B)132.19º96.24%52.16%-
XYZ8.716.914.1-
YUV83.198.5972.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 133 (52.34% from 255) = 78.70%
BLUE value IS 31 (12.5% from 255) = 18.34%
R=2.96%
G=78.70%
B=18.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5133310.9600.770.48132.1992.7527.06
Hex5851F6004D30845d1b
Octal52053714001156020413533
Binary101100001011111111000000100110111000010000100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05851F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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