#062C18

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

Shades of Dark Green #062C18

Tints of Dark Green #062C18

Color information

#062C18 (or 0x062C18) is unknown color: approx Dark Green. HEX triplet: 06, 2C and 18. RGB value is (6,44,24). Sum of RGB (Red+Green+Blue) = 6+44+24=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 44 (17.58% from 255 or 59.46% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 44 - color contains mainly: green. Hex color #062C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062C18 is #F9D3E7. Grayscale: #1E1E1E. Windows color (decimal): -16372712 or 1584134. OLE color: 1584134.

HSL color Cylindrical-coordinate representation of color #062C18: hue angle of 148.42º 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 #062C18 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.83.

Color convert

RGB64424-
CMYK0.8600.450.83
HSL148.42º76%9.8%-
HSV(B)148.42º86.36%17.25%-
XYZ1.141.911.17-
YUV30.36124.41110.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.11%
GREEN value IS 44 (17.58% from 255) = 59.46%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=8.11%
G=59.46%
B=32.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal644240.8600.450.83148.42769.8
Hex62C185602D53944ca
Octal6543012605512322411412
Binary110101100110001010110010110110100111001010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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