#05821C

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

Shades of Green #05821C

Tints of Green #05821C

Color information

#05821C (or 0x05821C) is unknown color: approx Green. HEX triplet: 05, 82 and 1C. RGB value is (5,130,28). Sum of RGB (Red+Green+Blue) = 5+130+28=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 130 (51.17% from 255 or 79.75% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 130 - color contains mainly: green. Hex color #05821C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05821C is #FA7DE3. Grayscale: #515151. Windows color (decimal): -16416228 or 1868293. OLE color: 1868293.

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

Color convert

RGB513028-
CMYK0.9600.780.49
HSL131.04º92.59%26.47%-
HSV(B)131.04º96.15%50.98%-
XYZ8.2516.083.77-
YUV8198.0973.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 130 (51.17% from 255) = 79.75%
BLUE value IS 28 (11.33% from 255) = 17.18%
R=3.07%
G=79.75%
B=17.18%

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
Decimal5130280.9600.780.49131.0492.5926.47
Hex5821C6004E31835d1a
Octal52023414001166120313532
Binary101100000101110011000000100111011000110000011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05821C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05821C; }

 p { color: rgb(5,130,28); }

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

<style>
 a { background-color: #05821C; }

 a { background-color: rgb(5,130,28); }

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

<style>
 span { border-color: #05821C; }

 span { border-color: rgb(5,130,28); }

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