#06211B

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

Shades of Dark Green #06211B

Tints of Dark Green #06211B

Color information

#06211B (or 0x06211B) is unknown color: approx Dark Green. HEX triplet: 06, 21 and 1B. RGB value is (6,33,27). Sum of RGB (Red+Green+Blue) = 6+33+27=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 33 (13.28% from 255 or 50% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 33 - color contains mainly: green. Hex color #06211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06211B is #F9DEE4. Grayscale: #181818. Windows color (decimal): -16375525 or 1777926. OLE color: 1777926.

HSL color Cylindrical-coordinate representation of color #06211B: hue angle of 166.67º 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 #06211B is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB63327-
CMYK0.8200.180.87
HSL166.67º69.23%7.65%-
HSV(B)166.67º81.82%12.94%-
XYZ0.821.211.23-
YUV24.24129.55114.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.09%
GREEN value IS 33 (13.28% from 255) = 50%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=9.09%
G=50%
B=40.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal633270.8200.180.87166.6769.237.65
Hex6211B5201257a7458
Octal6413312202212724710510
Binary11010000111011101001001001010101111010011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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