#061D12

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

Shades of Dark Green #061D12

Tints of Dark Green #061D12

Color information

#061D12 (or 0x061D12) is unknown color: approx Dark Green. HEX triplet: 06, 1D and 12. RGB value is (6,29,18). Sum of RGB (Red+Green+Blue) = 6+29+18=53 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.32% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #061D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061D12 is #F9E2ED. Grayscale: #141414. Windows color (decimal): -16376558 or 1187078. OLE color: 1187078.

HSL color Cylindrical-coordinate representation of color #061D12: hue angle of 151.3º 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 #061D12 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.89.

Color convert

RGB62918-
CMYK0.7900.380.89
HSL151.3º65.71%6.86%-
HSV(B)151.3º79.31%11.37%-
XYZ0.620.960.72-
YUV20.87126.38117.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.32%
GREEN value IS 29 (11.72% from 255) = 54.72%
BLUE value IS 18 (7.42% from 255) = 33.96%
R=11.32%
G=54.72%
B=33.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal629180.7900.380.89151.365.716.86
Hex61D124F0265997427
Octal635221170461312271027
Binary1101110110010100111101001101011001100101111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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