#062F20

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

Shades of Dark Green #062F20

Tints of Dark Green #062F20

Color information

#062F20 (or 0x062F20) is unknown color: approx Dark Green. HEX triplet: 06, 2F and 20. RGB value is (6,47,32). Sum of RGB (Red+Green+Blue) = 6+47+32=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 47 (18.75% from 255 or 55.29% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 47 - color contains mainly: green. Hex color #062F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F20 is #F9D0DF. Grayscale: #212121. Windows color (decimal): -16371936 or 2109190. OLE color: 2109190.

HSL color Cylindrical-coordinate representation of color #062F20: hue angle of 158.05º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #062F20 is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.82.

Color convert

RGB64732-
CMYK0.8700.320.82
HSL158.05º77.36%10.39%-
HSV(B)158.05º87.23%18.43%-
XYZ1.352.181.72-
YUV33.03127.42108.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 47 (18.75% from 255) = 55.29%
BLUE value IS 32 (12.89% from 255) = 37.65%
R=7.06%
G=55.29%
B=37.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal647320.8700.320.82158.0577.3610.39
Hex62F2057020529e4da
Octal6574012704012223611512
Binary1101011111000001010111010000010100101001111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062F20; }

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

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

<style>
 a { background-color: #062F20; }

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

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

<style>
 span { border-color: #062F20; }

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

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