#082D28

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

Shades of Dark Green #082D28

Tints of Dark Green #082D28

Color information

#082D28 (or 0x082D28) is unknown color: approx Dark Green. HEX triplet: 08, 2D and 28. RGB value is (8,45,40). Sum of RGB (Red+Green+Blue) = 8+45+40=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 45 (17.97% from 255 or 48.39% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 45 - color contains mainly: green. Hex color #082D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082D28 is #F7D2D7. Grayscale: #212121. Windows color (decimal): -16241368 or 2632968. OLE color: 2632968.

HSL color Cylindrical-coordinate representation of color #082D28: hue angle of 171.89º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #082D28 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB84540-
CMYK0.8200.110.82
HSL171.89º69.81%10.39%-
HSV(B)171.89º82.22%17.65%-
XYZ1.422.082.33-
YUV33.37131.74109.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.60%
GREEN value IS 45 (17.97% from 255) = 48.39%
BLUE value IS 40 (16.02% from 255) = 43.01%
R=8.60%
G=48.39%
B=43.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal845400.8200.110.82171.8969.8110.39
Hex82D28520B52ac46a
Octal10555012201312225410612
Binary100010110110100010100100101110100101010110010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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