#082C16

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

Shades of Dark Green #082C16

Tints of Dark Green #082C16

Color information

#082C16 (or 0x082C16) is unknown color: approx Dark Green. HEX triplet: 08, 2C and 16. RGB value is (8,44,22). Sum of RGB (Red+Green+Blue) = 8+44+22=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 44 (17.58% from 255 or 59.46% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 44 - color contains mainly: green. Hex color #082C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082C16 is #F7D3E9. Grayscale: #1E1E1E. Windows color (decimal): -16241642 or 1453064. OLE color: 1453064.

HSL color Cylindrical-coordinate representation of color #082C16: hue angle of 143.33º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #082C16 is Cyan = 0.82, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.83.

Color convert

RGB84422-
CMYK0.8200.50.83
HSL143.33º69.23%10.2%-
HSV(B)143.33º81.82%17.25%-
XYZ1.151.911.07-
YUV30.73123.07111.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.81%
GREEN value IS 44 (17.58% from 255) = 59.46%
BLUE value IS 22 (8.98% from 255) = 29.73%
R=10.81%
G=59.46%
B=29.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal844220.8200.50.83143.3369.2310.2
Hex82C1652032538f45a
Octal10542612206212321710512
Binary1000101100101101010010011001010100111000111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082C16; }

 p { color: rgb(8,44,22); }

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

<style>
 a { background-color: #082C16; }

 a { background-color: rgb(8,44,22); }

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

<style>
 span { border-color: #082C16; }

 span { border-color: rgb(8,44,22); }

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