#01190B

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

Shades of Dark Green #01190B

Tints of Dark Green #01190B

Color information

#01190B (or 0x01190B) is unknown color: approx Dark Green. HEX triplet: 01, 19 and 0B. RGB value is (1,25,11). Sum of RGB (Red+Green+Blue) = 1+25+11=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 25 (10.16% from 255 or 67.57% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 25 - color contains mainly: green. Hex color #01190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01190B is #FEE6F4. Grayscale: #101010. Windows color (decimal): -16705269 or 727297. OLE color: 727297.

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

Color convert

RGB12511-
CMYK0.9600.560.90
HSL145º92.31%5.1%-
HSV(B)145º96%9.8%-
XYZ0.420.730.43-
YUV16.23125.05117.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 25 (10.16% from 255) = 67.57%
BLUE value IS 11 (4.69% from 255) = 29.73%
R=2.70%
G=67.57%
B=29.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal125110.9600.560.9014592.315.1
Hex119B600385A915c5
Octal131131400701322211345
Binary1110011011110000001110001011010100100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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