#01190F

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

Shades of Dark Green #01190F

Tints of Dark Green #01190F

Color information

#01190F (or 0x01190F) is unknown color: approx Dark Green. HEX triplet: 01, 19 and 0F. RGB value is (1,25,15). Sum of RGB (Red+Green+Blue) = 1+25+15=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 25 (10.16% from 255 or 60.98% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 25 - color contains mainly: green. Hex color #01190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01190F is #FEE6F0. Grayscale: #101010. Windows color (decimal): -16705265 or 989441. OLE color: 989441.

HSL color Cylindrical-coordinate representation of color #01190F: hue angle of 155º 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 #01190F is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.90.

Color convert

RGB12515-
CMYK0.9600.400.90
HSL155º92.31%5.1%-
HSV(B)155º96%9.8%-
XYZ0.450.740.57-
YUV16.68127.05116.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.44%
GREEN value IS 25 (10.16% from 255) = 60.98%
BLUE value IS 15 (6.25% from 255) = 36.59%
R=2.44%
G=60.98%
B=36.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal125150.9600.400.9015592.315.1
Hex119F600285A9b5c5
Octal131171400501322331345
Binary1110011111110000001010001011010100110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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