#062C16

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

Shades of Dark Green #062C16

Tints of Dark Green #062C16

Color information

#062C16 (or 0x062C16) is unknown color: approx Dark Green. HEX triplet: 06, 2C and 16. RGB value is (6,44,22). Sum of RGB (Red+Green+Blue) = 6+44+22=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 44 (17.58% from 255 or 61.11% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 44 - color contains mainly: green. Hex color #062C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062C16 is #F9D3E9. Grayscale: #1E1E1E. Windows color (decimal): -16372714 or 1453062. OLE color: 1453062.

HSL color Cylindrical-coordinate representation of color #062C16: hue angle of 145.26º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #062C16 is Cyan = 0.86, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.83.

Color convert

RGB64422-
CMYK0.8600.50.83
HSL145.26º76%9.8%-
HSV(B)145.26º86.36%17.25%-
XYZ1.121.91.07-
YUV30.13123.41110.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 44 (17.58% from 255) = 61.11%
BLUE value IS 22 (8.98% from 255) = 30.56%
R=8.33%
G=61.11%
B=30.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal644220.8600.50.83145.26769.8
Hex62C165603253914ca
Octal6542612606212322111412
Binary110101100101101010110011001010100111001000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,44,22); }

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

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

 a { background-color: rgb(6,44,22); }

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

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

 span { border-color: rgb(6,44,22); }

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