#06211A

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

Shades of Dark Green #06211A

Tints of Dark Green #06211A

Color information

#06211A (or 0x06211A) is unknown color: approx Dark Green. HEX triplet: 06, 21 and 1A. RGB value is (6,33,26). Sum of RGB (Red+Green+Blue) = 6+33+26=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 33 (13.28% from 255 or 50.77% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 33 - color contains mainly: green. Hex color #06211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06211A is #F9DEE5. Grayscale: #181818. Windows color (decimal): -16375526 or 1712390. OLE color: 1712390.

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

Color convert

RGB63326-
CMYK0.8200.210.87
HSL164.44º69.23%7.65%-
HSV(B)164.44º81.82%12.94%-
XYZ0.811.21.17-
YUV24.13129.05115.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.23%
GREEN value IS 33 (13.28% from 255) = 50.77%
BLUE value IS 26 (10.55% from 255) = 40%
R=9.23%
G=50.77%
B=40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal633260.8200.210.87164.4469.237.65
Hex6211A5201557a4458
Octal6413212202512724410510
Binary11010000111010101001001010110101111010010010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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