#082621

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

Shades of Dark Green #082621

Tints of Dark Green #082621

Color information

#082621 (or 0x082621) is unknown color: approx Dark Green. HEX triplet: 08, 26 and 21. RGB value is (8,38,33). Sum of RGB (Red+Green+Blue) = 8+38+33=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 38 - color contains mainly: green. Hex color #082621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082621 is #F7D9DE. Grayscale: #1C1C1C. Windows color (decimal): -16243167 or 2172424. OLE color: 2172424.

HSL color Cylindrical-coordinate representation of color #082621: hue angle of 170º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #082621 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.

Color convert

RGB83833-
CMYK0.7900.130.85
HSL170º65.22%9.02%-
HSV(B)170º78.95%14.9%-
XYZ1.071.551.68-
YUV28.46130.56113.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.13%
GREEN value IS 38 (15.23% from 255) = 48.10%
BLUE value IS 33 (13.28% from 255) = 41.77%
R=10.13%
G=48.10%
B=41.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal838330.7900.130.8517065.229.02
Hex826214F0D55aa419
Octal10464111701512525210111
Binary100010011010000110011110110110101011010101010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082621; }

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

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

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

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

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

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

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

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