#011D0A

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

Shades of Dark Green #011D0A

Tints of Dark Green #011D0A

Color information

#011D0A (or 0x011D0A) is unknown color: approx Dark Green. HEX triplet: 01, 1D and 0A. RGB value is (1,29,10). Sum of RGB (Red+Green+Blue) = 1+29+10=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 29 (11.72% from 255 or 72.5% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 29 - color contains mainly: green. Hex color #011D0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011D0A is #FEE2F5. Grayscale: #121212. Windows color (decimal): -16704246 or 662785. OLE color: 662785.

HSL color Cylindrical-coordinate representation of color #011D0A: hue angle of 139.29º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011D0A is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.89.

Color convert

RGB12910-
CMYK0.9700.660.89
HSL139.29º93.33%5.88%-
HSV(B)139.29º96.55%11.37%-
XYZ0.510.910.44-
YUV18.46123.22115.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 29 (11.72% from 255) = 72.5%
BLUE value IS 10 (4.30% from 255) = 25%
R=2.5%
G=72.5%
B=25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal129100.9700.660.89139.2993.335.88
Hex11DA61042598b5d6
Octal1351214101021312131356
Binary11110110101100001010000101011001100010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011D0A; }

 p { color: rgb(1,29,10); }

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

<style>
 a { background-color: #011D0A; }

 a { background-color: rgb(1,29,10); }

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

<style>
 span { border-color: #011D0A; }

 span { border-color: rgb(1,29,10); }

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