#08331D

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

Shades of Dark Green #08331D

Tints of Dark Green #08331D

Color information

#08331D (or 0x08331D) is unknown color: approx Dark Green. HEX triplet: 08, 33 and 1D. RGB value is (8,51,29). Sum of RGB (Red+Green+Blue) = 8+51+29=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 51 (20.31% from 255 or 57.95% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 51 - color contains mainly: green. Hex color #08331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08331D is #F7CCE2. Grayscale: #232323. Windows color (decimal): -16239843 or 1913608. OLE color: 1913608.

HSL color Cylindrical-coordinate representation of color #08331D: hue angle of 149.3º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08331D is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB85129-
CMYK0.8400.430.8
HSL149.3º72.88%11.57%-
HSV(B)149.3º84.31%20%-
XYZ1.512.511.57-
YUV35.64124.25108.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.09%
GREEN value IS 51 (20.31% from 255) = 57.95%
BLUE value IS 29 (11.72% from 255) = 32.95%
R=9.09%
G=57.95%
B=32.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal851290.8400.430.8149.372.8811.57
Hex8331D5402B509549c
Octal10633512405312022511114
Binary1000110011111011010100010101110100001001010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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