#08820D

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

Shades of Green #08820D

Tints of Green #08820D

Color information

#08820D (or 0x08820D) is unknown color: approx Green. HEX triplet: 08, 82 and 0D. RGB value is (8,130,13). Sum of RGB (Red+Green+Blue) = 8+130+13=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 130 (51.17% from 255 or 86.09% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 130 - color contains mainly: green. Hex color #08820D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08820D is #F77DF2. Grayscale: #505050. Windows color (decimal): -16219635 or 885256. OLE color: 885256.

HSL color Cylindrical-coordinate representation of color #08820D: hue angle of 122.46º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08820D is Cyan = 0.94, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB813013-
CMYK0.9400.90.49
HSL122.46º88.41%27.06%-
HSV(B)122.46º93.85%50.98%-
XYZ8.1616.053.05-
YUV80.1890.0876.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.30%
GREEN value IS 130 (51.17% from 255) = 86.09%
BLUE value IS 13 (5.47% from 255) = 8.61%
R=5.30%
G=86.09%
B=8.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8130130.9400.90.49122.4688.4127.06
Hex882D5E05A317a581b
Octal102021513601326117213033
Binary10001000001011011011110010110101100011111010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08820D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,130,13); }

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

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

 a { background-color: rgb(8,130,13); }

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

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

 span { border-color: rgb(8,130,13); }

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