#062C1A

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

Shades of Dark Green #062C1A

Tints of Dark Green #062C1A

Color information

#062C1A (or 0x062C1A) is unknown color: approx Dark Green. HEX triplet: 06, 2C and 1A. RGB value is (6,44,26). Sum of RGB (Red+Green+Blue) = 6+44+26=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 44 (17.58% from 255 or 57.89% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 44 - color contains mainly: green. Hex color #062C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C1A is #F9D3E5. Grayscale: #1E1E1E. Windows color (decimal): -16372710 or 1715206. OLE color: 1715206.

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

Color convert

RGB64426-
CMYK0.8600.410.83
HSL151.58º76%9.8%-
HSV(B)151.58º86.36%17.25%-
XYZ1.161.911.29-
YUV30.59125.41110.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.89%
GREEN value IS 44 (17.58% from 255) = 57.89%
BLUE value IS 26 (10.55% from 255) = 34.21%
R=7.89%
G=57.89%
B=34.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal644260.8600.410.83151.58769.8
Hex62C1A5602953984ca
Octal6543212605112323011412
Binary110101100110101010110010100110100111001100010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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