#05811D

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

Shades of Green #05811D

Tints of Green #05811D

Color information

#05811D (or 0x05811D) is unknown color: approx Green. HEX triplet: 05, 81 and 1D. RGB value is (5,129,29). Sum of RGB (Red+Green+Blue) = 5+129+29=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 129 (50.78% from 255 or 79.14% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 129 - color contains mainly: green. Hex color #05811D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05811D is #FA7EE2. Grayscale: #505050. Windows color (decimal): -16416483 or 1933573. OLE color: 1933573.

HSL color Cylindrical-coordinate representation of color #05811D: hue angle of 131.61º 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 #05811D is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB512929-
CMYK0.9600.780.49
HSL131.61º92.54%26.27%-
HSV(B)131.61º96.12%50.59%-
XYZ8.1315.823.79-
YUV80.5298.9274.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 129 (50.78% from 255) = 79.14%
BLUE value IS 29 (11.72% from 255) = 17.79%
R=3.07%
G=79.14%
B=17.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5129290.9600.780.49131.6192.5426.27
Hex5811D6004E31845d1a
Octal52013514001166120413532
Binary101100000011110111000000100111011000110000100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05811D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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