#01191A

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

Shades of Dark Green #01191A

Tints of Dark Green #01191A

Color information

#01191A (or 0x01191A) is unknown color: approx Dark Green. HEX triplet: 01, 19 and 1A. RGB value is (1,25,26). Sum of RGB (Red+Green+Blue) = 1+25+26=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 25 (10.16% from 255 or 48.08% from 52); Blue value is 26 (10.55% from 255 or 50% from 52); Max value from RGB is 26 - color contains mainly: blue. Hex color #01191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01191A is #FEE6E5. Grayscale: #111111. Windows color (decimal): -16705254 or 1710337. OLE color: 1710337.

HSL color Cylindrical-coordinate representation of color #01191A: hue angle of 182.4º degrees, saturation: 0.93, 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 #01191A is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB12526-
CMYK0.960.0400.90
HSL182.4º92.59%5.29%-
HSV(B)182.4º96.15%10.2%-
XYZ0.550.781.1-
YUV17.94132.55115.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.92%
GREEN value IS 25 (10.16% from 255) = 48.08%
BLUE value IS 26 (10.55% from 255) = 50%
R=1.92%
G=48.08%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal125260.960.0400.90182.492.595.29
Hex1191A60405Ab65d5
Octal13132140401322661355
Binary11100111010110000010001011010101101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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