#05811E

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

Shades of Green #05811E

Tints of Green #05811E

Color information

#05811E (or 0x05811E) is unknown color: approx Green. HEX triplet: 05, 81 and 1E. RGB value is (5,129,30). Sum of RGB (Red+Green+Blue) = 5+129+30=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 129 (50.78% from 255 or 78.66% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 129 - color contains mainly: green. Hex color #05811E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05811E is #FA7EE1. Grayscale: #505050. Windows color (decimal): -16416482 or 1999109. OLE color: 1999109.

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

Color convert

RGB512930-
CMYK0.9600.770.49
HSL132.1º92.54%26.27%-
HSV(B)132.1º96.12%50.59%-
XYZ8.1515.833.85-
YUV80.6499.4274.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 129 (50.78% from 255) = 78.66%
BLUE value IS 30 (12.11% from 255) = 18.29%
R=3.05%
G=78.66%
B=18.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5129300.9600.770.49132.192.5426.27
Hex5811E6004D31845d1a
Octal52013614001156120413532
Binary101100000011111011000000100110111000110000100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05811E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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