#06201E

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

Shades of Dark Green #06201E

Tints of Dark Green #06201E

Color information

#06201E (or 0x06201E) is unknown color: approx Dark Green. HEX triplet: 06, 20 and 1E. RGB value is (6,32,30). Sum of RGB (Red+Green+Blue) = 6+32+30=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 32 - color contains mainly: green. Hex color #06201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06201E is #F9DFE1. Grayscale: #171717. Windows color (decimal): -16375778 or 1974278. OLE color: 1974278.

HSL color Cylindrical-coordinate representation of color #06201E: hue angle of 175.38º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #06201E is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB63230-
CMYK0.8100.060.87
HSL175.38º68.42%7.45%-
HSV(B)175.38º81.25%12.55%-
XYZ0.831.171.41-
YUV24131.39115.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.82%
GREEN value IS 32 (12.89% from 255) = 47.06%
BLUE value IS 30 (12.11% from 255) = 44.12%
R=8.82%
G=47.06%
B=44.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal632300.8100.060.87175.3868.427.45
Hex6201E510657af447
Octal64036121061272571047
Binary11010000011110101000101101010111101011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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