#08321F

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

Shades of Dark Green #08321F

Tints of Dark Green #08321F

Color information

#08321F (or 0x08321F) is unknown color: approx Dark Green. HEX triplet: 08, 32 and 1F. RGB value is (8,50,31). Sum of RGB (Red+Green+Blue) = 8+50+31=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #08321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08321F is #F7CDE0. Grayscale: #232323. Windows color (decimal): -16240097 or 2044424. OLE color: 2044424.

HSL color Cylindrical-coordinate representation of color #08321F: hue angle of 152.86º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08321F is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB85031-
CMYK0.8400.380.80
HSL152.86º72.41%11.37%-
HSV(B)152.86º84%19.61%-
XYZ1.492.431.69-
YUV35.28125.59108.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.99%
GREEN value IS 50 (19.92% from 255) = 56.18%
BLUE value IS 31 (12.5% from 255) = 34.83%
R=8.99%
G=56.18%
B=34.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal850310.8400.380.80152.8672.4111.37
Hex8321F54026509948b
Octal10623712404612023111013
Binary1000110010111111010100010011010100001001100110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08321F; }

 p { color: rgb(8,50,31); }

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

<style>
 a { background-color: #08321F; }

 a { background-color: rgb(8,50,31); }

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

<style>
 span { border-color: #08321F; }

 span { border-color: rgb(8,50,31); }

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