#08321D

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

Shades of Dark Green #08321D

Tints of Dark Green #08321D

Color information

#08321D (or 0x08321D) is unknown color: approx Dark Green. HEX triplet: 08, 32 and 1D. RGB value is (8,50,29). Sum of RGB (Red+Green+Blue) = 8+50+29=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 50 (19.92% from 255 or 57.47% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 50 - color contains mainly: green. Hex color #08321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08321D is #F7CDE2. Grayscale: #232323. Windows color (decimal): -16240099 or 1913352. OLE color: 1913352.

HSL color Cylindrical-coordinate representation of color #08321D: hue angle of 150º 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 #08321D is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB85029-
CMYK0.8400.420.80
HSL150º72.41%11.37%-
HSV(B)150º84%19.61%-
XYZ1.462.421.55-
YUV35.05124.59108.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.20%
GREEN value IS 50 (19.92% from 255) = 57.47%
BLUE value IS 29 (11.72% from 255) = 33.33%
R=9.20%
G=57.47%
B=33.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal850290.8400.420.8015072.4111.37
Hex8321D5402A509648b
Octal10623512405212022611013
Binary1000110010111011010100010101010100001001011010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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