#061D14

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

Shades of Dark Green #061D14

Tints of Dark Green #061D14

Color information

#061D14 (or 0x061D14) is unknown color: approx Dark Green. HEX triplet: 06, 1D and 14. RGB value is (6,29,20). Sum of RGB (Red+Green+Blue) = 6+29+20=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 29 (11.72% from 255 or 52.73% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 29 - color contains mainly: green. Hex color #061D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061D14 is #F9E2EB. Grayscale: #151515. Windows color (decimal): -16376556 or 1318150. OLE color: 1318150.

HSL color Cylindrical-coordinate representation of color #061D14: hue angle of 156.52º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #061D14 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.89.

Color convert

RGB62920-
CMYK0.7900.310.89
HSL156.52º65.71%6.86%-
HSV(B)156.52º79.31%11.37%-
XYZ0.640.970.81-
YUV21.1127.38117.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.91%
GREEN value IS 29 (11.72% from 255) = 52.73%
BLUE value IS 20 (8.20% from 255) = 36.36%
R=10.91%
G=52.73%
B=36.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal629200.7900.310.89156.5265.716.86
Hex61D144F01F599d427
Octal635241170371312351027
Binary110111011010010011110111111011001100111011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061D14; }

 p { color: rgb(6,29,20); }

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

<style>
 a { background-color: #061D14; }

 a { background-color: rgb(6,29,20); }

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

<style>
 span { border-color: #061D14; }

 span { border-color: rgb(6,29,20); }

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