#082C28

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

Shades of Dark Green #082C28

Tints of Dark Green #082C28

Color information

#082C28 (or 0x082C28) is unknown color: approx Dark Green. HEX triplet: 08, 2C and 28. RGB value is (8,44,40). Sum of RGB (Red+Green+Blue) = 8+44+40=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 44 (17.58% from 255 or 47.83% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 44 - color contains mainly: green. Hex color #082C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C28 is #F7D3D7. Grayscale: #202020. Windows color (decimal): -16241624 or 2632712. OLE color: 2632712.

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

Color convert

RGB84440-
CMYK0.8200.090.83
HSL173.33º69.23%10.2%-
HSV(B)173.33º81.82%17.25%-
XYZ1.382.012.32-
YUV32.78132.07110.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.70%
GREEN value IS 44 (17.58% from 255) = 47.83%
BLUE value IS 40 (16.02% from 255) = 43.48%
R=8.70%
G=47.83%
B=43.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal844400.8200.090.83173.3369.2310.2
Hex82C28520953ad45a
Octal10545012201112325510512
Binary100010110010100010100100100110100111010110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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