#06211F

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

Shades of Dark Green #06211F

Tints of Dark Green #06211F

Color information

#06211F (or 0x06211F) is unknown color: approx Dark Green. HEX triplet: 06, 21 and 1F. RGB value is (6,33,31). Sum of RGB (Red+Green+Blue) = 6+33+31=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 33 (13.28% from 255 or 47.14% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 33 - color contains mainly: green. Hex color #06211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06211F is #F9DEE0. Grayscale: #181818. Windows color (decimal): -16375521 or 2040070. OLE color: 2040070.

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

Color convert

RGB63331-
CMYK0.8200.060.87
HSL175.56º69.23%7.65%-
HSV(B)175.56º81.82%12.94%-
XYZ0.871.231.49-
YUV24.7131.55114.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.57%
GREEN value IS 33 (13.28% from 255) = 47.14%
BLUE value IS 31 (12.5% from 255) = 44.29%
R=8.57%
G=47.14%
B=44.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal633310.8200.060.87175.5669.237.65
Hex6211F520657b0458
Octal641371220612726010510
Binary110100001111111010010011010101111011000010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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