#08331B

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

Shades of Dark Green #08331B

Tints of Dark Green #08331B

Color information

#08331B (or 0x08331B) is unknown color: approx Dark Green. HEX triplet: 08, 33 and 1B. RGB value is (8,51,27). Sum of RGB (Red+Green+Blue) = 8+51+27=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #08331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08331B is #F7CCE4. Grayscale: #232323. Windows color (decimal): -16239845 or 1782536. OLE color: 1782536.

HSL color Cylindrical-coordinate representation of color #08331B: hue angle of 146.51º 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 #08331B is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB85127-
CMYK0.8400.470.8
HSL146.51º72.88%11.57%-
HSV(B)146.51º84.31%20%-
XYZ1.482.51.44-
YUV35.41123.25108.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.30%
GREEN value IS 51 (20.31% from 255) = 59.30%
BLUE value IS 27 (10.94% from 255) = 31.40%
R=9.30%
G=59.30%
B=31.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal851270.8400.470.8146.5172.8811.57
Hex8331B5402F509349c
Octal10633312405712022311114
Binary1000110011110111010100010111110100001001001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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