#08211B

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

Shades of Dark Green #08211B

Tints of Dark Green #08211B

Color information

#08211B (or 0x08211B) is unknown color: approx Dark Green. HEX triplet: 08, 21 and 1B. RGB value is (8,33,27). Sum of RGB (Red+Green+Blue) = 8+33+27=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 33 (13.28% from 255 or 48.53% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 33 - color contains mainly: green. Hex color #08211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08211B is #F7DEE4. Grayscale: #181818. Windows color (decimal): -16244453 or 1777928. OLE color: 1777928.

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

Color convert

RGB83327-
CMYK0.7600.180.87
HSL165.6º60.98%8.04%-
HSV(B)165.6º75.76%12.94%-
XYZ0.841.221.23-
YUV24.84129.22115.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.76%
GREEN value IS 33 (13.28% from 255) = 48.53%
BLUE value IS 27 (10.94% from 255) = 39.71%
R=11.76%
G=48.53%
B=39.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal833270.7600.180.87165.660.988.04
Hex8211B4C01257a63d8
Octal1041331140221272467510
Binary10001000011101110011000100101010111101001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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