#08201B

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

Shades of Dark Green #08201B

Tints of Dark Green #08201B

Color information

#08201B (or 0x08201B) is unknown color: approx Dark Green. HEX triplet: 08, 20 and 1B. RGB value is (8,32,27). Sum of RGB (Red+Green+Blue) = 8+32+27=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 32 (12.89% from 255 or 47.76% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 32 - color contains mainly: green. Hex color #08201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08201B is #F7DFE4. Grayscale: #181818. Windows color (decimal): -16244709 or 1777672. OLE color: 1777672.

HSL color Cylindrical-coordinate representation of color #08201B: hue angle of 167.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #08201B is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB83227-
CMYK0.7500.160.87
HSL167.5º60%7.84%-
HSV(B)167.5º75%12.55%-
XYZ0.811.161.22-
YUV24.25129.55116.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.94%
GREEN value IS 32 (12.89% from 255) = 47.76%
BLUE value IS 27 (10.94% from 255) = 40.30%
R=11.94%
G=47.76%
B=40.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal832270.7500.160.87167.5607.84
Hex8201B4B01057a83c8
Octal1040331130201272507410
Binary10001000001101110010110100001010111101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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