#01190D

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

Shades of Dark Green #01190D

Tints of Dark Green #01190D

Color information

#01190D (or 0x01190D) is unknown color: approx Dark Green. HEX triplet: 01, 19 and 0D. RGB value is (1,25,13). Sum of RGB (Red+Green+Blue) = 1+25+13=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 25 (10.16% from 255 or 64.10% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 25 - color contains mainly: green. Hex color #01190D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01190D is #FEE6F2. Grayscale: #101010. Windows color (decimal): -16705267 or 858369. OLE color: 858369.

HSL color Cylindrical-coordinate representation of color #01190D: hue angle of 150º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01190D is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.90.

Color convert

RGB12513-
CMYK0.9600.480.90
HSL150º92.31%5.1%-
HSV(B)150º96%9.8%-
XYZ0.430.730.5-
YUV16.46126.05116.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 25 (10.16% from 255) = 64.10%
BLUE value IS 13 (5.47% from 255) = 33.33%
R=2.56%
G=64.10%
B=33.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal125130.9600.480.9015092.315.1
Hex119D600305A965c5
Octal131151400601322261345
Binary1110011101110000001100001011010100101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01190D; }

 p { color: rgb(1,25,13); }

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

<style>
 a { background-color: #01190D; }

 a { background-color: rgb(1,25,13); }

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

<style>
 span { border-color: #01190D; }

 span { border-color: rgb(1,25,13); }

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