#01190E

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

Shades of Dark Green #01190E

Tints of Dark Green #01190E

Color information

#01190E (or 0x01190E) is unknown color: approx Dark Green. HEX triplet: 01, 19 and 0E. RGB value is (1,25,14). Sum of RGB (Red+Green+Blue) = 1+25+14=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 25 (10.16% from 255 or 62.5% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 25 - color contains mainly: green. Hex color #01190E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01190E is #FEE6F1. Grayscale: #101010. Windows color (decimal): -16705266 or 923905. OLE color: 923905.

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

Color convert

RGB12514-
CMYK0.9600.440.90
HSL152.5º92.31%5.1%-
HSV(B)152.5º96%9.8%-
XYZ0.440.730.53-
YUV16.57126.55116.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 25 (10.16% from 255) = 62.5%
BLUE value IS 14 (5.86% from 255) = 35%
R=2.5%
G=62.5%
B=35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal125140.9600.440.90152.592.315.1
Hex119E6002C5A985c5
Octal131161400541322301345
Binary1110011110110000001011001011010100110001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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