#001A13

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

Shades of Dark Green #001A13

Tints of Dark Green #001A13

Color information

#001A13 (or 0x001A13) is unknown color: approx Dark Green. HEX triplet: 00, 1A and 13. RGB value is (0,26,19). Sum of RGB (Red+Green+Blue) = 0+26+19=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 26 (10.55% from 255 or 57.78% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 26 - color contains mainly: green. Hex color #001A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A13 is #FFE5EC. Grayscale: #111111. Windows color (decimal): -16770541 or 1251840. OLE color: 1251840.

HSL color Cylindrical-coordinate representation of color #001A13: hue angle of 163.85º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A13 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.90.

Color convert

RGB02619-
CMYK100.270.90
HSL163.85º100%5.1%-
HSV(B)163.85º100%10.2%-
XYZ0.490.790.74-
YUV17.43128.89115.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 57.78%
BLUE value IS 19 (7.81% from 255) = 42.22%
R=0%
G=57.78%
B=42.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal02619100.270.90163.851005.1
Hex01A136401B5Aa4645
Octal032231440331322441445
Binary0110101001111001000110111011010101001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001A13; }

 p { color: rgb(0,26,19); }

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

<style>
 a { background-color: #001A13; }

 a { background-color: rgb(0,26,19); }

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

<style>
 span { border-color: #001A13; }

 span { border-color: rgb(0,26,19); }

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