#062E2C

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

Shades of Dark Green #062E2C

Tints of Dark Green #062E2C

Color information

#062E2C (or 0x062E2C) is unknown color: approx Dark Green. HEX triplet: 06, 2E and 2C. RGB value is (6,46,44). Sum of RGB (Red+Green+Blue) = 6+46+44=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 46 - color contains mainly: green. Hex color #062E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E2C is #F9D1D3. Grayscale: #212121. Windows color (decimal): -16372180 or 2895366. OLE color: 2895366.

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

Color convert

RGB64644-
CMYK0.8700.040.82
HSL177º76.92%10.2%-
HSV(B)177º86.96%18.04%-
XYZ1.512.172.72-
YUV33.81133.75108.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.25%
GREEN value IS 46 (18.36% from 255) = 47.92%
BLUE value IS 44 (17.58% from 255) = 45.83%
R=6.25%
G=47.92%
B=45.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal646440.8700.040.8217776.9210.2
Hex62E2C570452b14da
Octal656541270412226111512
Binary1101011101011001010111010010100101011000110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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