#06211E

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

Shades of Dark Green #06211E

Tints of Dark Green #06211E

Color information

#06211E (or 0x06211E) is unknown color: approx Dark Green. HEX triplet: 06, 21 and 1E. RGB value is (6,33,30). Sum of RGB (Red+Green+Blue) = 6+33+30=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 33 - color contains mainly: green. Hex color #06211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06211E is #F9DEE1. Grayscale: #181818. Windows color (decimal): -16375522 or 1974534. OLE color: 1974534.

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

Color convert

RGB63330-
CMYK0.8200.090.87
HSL173.33º69.23%7.65%-
HSV(B)173.33º81.82%12.94%-
XYZ0.851.221.42-
YUV24.58131.05114.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.70%
GREEN value IS 33 (13.28% from 255) = 47.83%
BLUE value IS 30 (12.11% from 255) = 43.48%
R=8.70%
G=47.83%
B=43.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal633300.8200.090.87173.3369.237.65
Hex6211E520957ad458
Octal6413612201112725510510
Binary1101000011111010100100100110101111010110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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