#08392A

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

Shades of Dark Green #08392A

Tints of Dark Green #08392A

Color information

#08392A (or 0x08392A) is unknown color: approx Dark Green. HEX triplet: 08, 39 and 2A. RGB value is (8,57,42). Sum of RGB (Red+Green+Blue) = 8+57+42=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #08392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08392A is #F7C6D5. Grayscale: #282828. Windows color (decimal): -16238294 or 2767112. OLE color: 2767112.

HSL color Cylindrical-coordinate representation of color #08392A: hue angle of 161.63º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08392A is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB85742-
CMYK0.8600.260.78
HSL161.63º75.38%12.75%-
HSV(B)161.63º85.96%22.35%-
XYZ1.983.152.69-
YUV40.64128.77104.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.48%
GREEN value IS 57 (22.66% from 255) = 53.27%
BLUE value IS 42 (16.80% from 255) = 39.25%
R=7.48%
G=53.27%
B=39.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal857420.8600.260.78161.6375.3812.75
Hex8392A5601A4Ea24bd
Octal10715212603211624211315
Binary1000111001101010101011001101010011101010001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08392A; }

 p { color: rgb(8,57,42); }

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

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

 a { background-color: rgb(8,57,42); }

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

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

 span { border-color: rgb(8,57,42); }

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