#06210F

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

Shades of Dark Green #06210F

Tints of Dark Green #06210F

Color information

#06210F (or 0x06210F) is unknown color: approx Dark Green. HEX triplet: 06, 21 and 0F. RGB value is (6,33,15). Sum of RGB (Red+Green+Blue) = 6+33+15=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 33 (13.28% from 255 or 61.11% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 33 - color contains mainly: green. Hex color #06210F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06210F is #F9DEF0. Grayscale: #161616. Windows color (decimal): -16375537 or 991494. OLE color: 991494.

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

Color convert

RGB63315-
CMYK0.8200.550.87
HSL140º69.23%7.65%-
HSV(B)140º81.82%12.94%-
XYZ0.711.160.64-
YUV22.88123.55115.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.11%
GREEN value IS 33 (13.28% from 255) = 61.11%
BLUE value IS 15 (6.25% from 255) = 27.78%
R=11.11%
G=61.11%
B=27.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal633150.8200.550.8714069.237.65
Hex621F52037578c458
Octal6411712206712721410510
Binary11010000111111010010011011110101111000110010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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