#01190A

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

Shades of Dark Green #01190A

Tints of Dark Green #01190A

Color information

#01190A (or 0x01190A) is unknown color: approx Dark Green. HEX triplet: 01, 19 and 0A. RGB value is (1,25,10). Sum of RGB (Red+Green+Blue) = 1+25+10=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 25 (10.16% from 255 or 69.44% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 25 - color contains mainly: green. Hex color #01190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01190A is #FEE6F5. Grayscale: #101010. Windows color (decimal): -16705270 or 661761. OLE color: 661761.

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

Color convert

RGB12510-
CMYK0.9600.600.90
HSL142.5º92.31%5.1%-
HSV(B)142.5º96%9.8%-
XYZ0.410.720.4-
YUV16.11124.55117.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 25 (10.16% from 255) = 69.44%
BLUE value IS 10 (4.30% from 255) = 27.78%
R=2.78%
G=69.44%
B=27.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal125100.9600.600.90142.592.315.1
Hex119A6003C5A8e5c5
Octal131121400741322161345
Binary1110011010110000001111001011010100011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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