#08392B

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

Shades of Dark Green #08392B

Tints of Dark Green #08392B

Color information

#08392B (or 0x08392B) is unknown color: approx Dark Green. HEX triplet: 08, 39 and 2B. RGB value is (8,57,43). Sum of RGB (Red+Green+Blue) = 8+57+43=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #08392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08392B is #F7C6D4. Grayscale: #282828. Windows color (decimal): -16238293 or 2832648. OLE color: 2832648.

HSL color Cylindrical-coordinate representation of color #08392B: hue angle of 162.86º 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 #08392B is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB85743-
CMYK0.8600.250.78
HSL162.86º75.38%12.75%-
HSV(B)162.86º85.96%22.35%-
XYZ23.152.79-
YUV40.75129.27104.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.41%
GREEN value IS 57 (22.66% from 255) = 52.78%
BLUE value IS 43 (17.19% from 255) = 39.81%
R=7.41%
G=52.78%
B=39.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal857430.8600.250.78162.8675.3812.75
Hex8392B560194Ea34bd
Octal10715312603111624311315
Binary1000111001101011101011001100110011101010001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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