#082C21

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

Shades of Dark Green #082C21

Tints of Dark Green #082C21

Color information

#082C21 (or 0x082C21) is unknown color: approx Dark Green. HEX triplet: 08, 2C and 21. RGB value is (8,44,33). Sum of RGB (Red+Green+Blue) = 8+44+33=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 44 (17.58% from 255 or 51.76% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 44 - color contains mainly: green. Hex color #082C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C21 is #F7D3DE. Grayscale: #1F1F1F. Windows color (decimal): -16241631 or 2173960. OLE color: 2173960.

HSL color Cylindrical-coordinate representation of color #082C21: hue angle of 161.67º 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 #082C21 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.83.

Color convert

RGB84433-
CMYK0.8200.250.83
HSL161.67º69.23%10.2%-
HSV(B)161.67º81.82%17.25%-
XYZ1.281.961.75-
YUV31.98128.57110.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.41%
GREEN value IS 44 (17.58% from 255) = 51.76%
BLUE value IS 33 (13.28% from 255) = 38.82%
R=9.41%
G=51.76%
B=38.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal844330.8200.250.83161.6769.2310.2
Hex82C215201953a245a
Octal10544112203112324210512
Binary1000101100100001101001001100110100111010001010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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