#06211D

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

Shades of Dark Green #06211D

Tints of Dark Green #06211D

Color information

#06211D (or 0x06211D) is unknown color: approx Dark Green. HEX triplet: 06, 21 and 1D. RGB value is (6,33,29). Sum of RGB (Red+Green+Blue) = 6+33+29=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 33 (13.28% from 255 or 48.53% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 33 - color contains mainly: green. Hex color #06211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06211D is #F9DEE2. Grayscale: #181818. Windows color (decimal): -16375523 or 1908998. OLE color: 1908998.

HSL color Cylindrical-coordinate representation of color #06211D: hue angle of 171.11º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #06211D is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB63329-
CMYK0.8200.120.87
HSL171.11º69.23%7.65%-
HSV(B)171.11º81.82%12.94%-
XYZ0.841.221.35-
YUV24.47130.55114.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.82%
GREEN value IS 33 (13.28% from 255) = 48.53%
BLUE value IS 29 (11.72% from 255) = 42.65%
R=8.82%
G=48.53%
B=42.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal633290.8200.120.87171.1169.237.65
Hex6211D520C57ab458
Octal6413512201412725310510
Binary1101000011110110100100110010101111010101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,33,29); }

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

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

 a { background-color: rgb(6,33,29); }

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

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

 span { border-color: rgb(6,33,29); }

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