#082821

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

Shades of Dark Green #082821

Tints of Dark Green #082821

Color information

#082821 (or 0x082821) is unknown color: approx Dark Green. HEX triplet: 08, 28 and 21. RGB value is (8,40,33). Sum of RGB (Red+Green+Blue) = 8+40+33=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #082821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082821 is #F7D7DE. Grayscale: #1D1D1D. Windows color (decimal): -16242655 or 2172936. OLE color: 2172936.

HSL color Cylindrical-coordinate representation of color #082821: hue angle of 166.88º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082821 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB84033-
CMYK0.8000.170.84
HSL166.88º66.67%9.41%-
HSV(B)166.88º80%15.69%-
XYZ1.131.681.7-
YUV29.63129.9112.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.88%
GREEN value IS 40 (16.02% from 255) = 49.38%
BLUE value IS 33 (13.28% from 255) = 40.74%
R=9.88%
G=49.38%
B=40.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal840330.8000.170.84166.8866.679.41
Hex828215001154a7439
Octal10504112002112424710311
Binary1000101000100001101000001000110101001010011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082821; }

 p { color: rgb(8,40,33); }

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

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

 a { background-color: rgb(8,40,33); }

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

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

 span { border-color: rgb(8,40,33); }

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