#011813

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

Shades of Dark Green #011813

Tints of Dark Green #011813

Color information

#011813 (or 0x011813) is unknown color: approx Dark Green. HEX triplet: 01, 18 and 13. RGB value is (1,24,19). Sum of RGB (Red+Green+Blue) = 1+24+19=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 24 (9.77% from 255 or 54.55% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 24 - color contains mainly: green. Hex color #011813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011813 is #FEE7EC. Grayscale: #101010. Windows color (decimal): -16705517 or 1251329. OLE color: 1251329.

HSL color Cylindrical-coordinate representation of color #011813: hue angle of 166.96º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011813 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB12419-
CMYK0.9600.210.91
HSL166.96º92%4.9%-
HSV(B)166.96º95.83%9.41%-
XYZ0.460.710.73-
YUV16.55129.38116.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.27%
GREEN value IS 24 (9.77% from 255) = 54.55%
BLUE value IS 19 (7.81% from 255) = 43.18%
R=2.27%
G=54.55%
B=43.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal124190.9600.210.91166.96924.9
Hex11813600155Ba75c5
Octal130231400251332471345
Binary1110001001111000000101011011011101001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011813; }

 p { color: rgb(1,24,19); }

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

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

 a { background-color: rgb(1,24,19); }

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

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

 span { border-color: rgb(1,24,19); }

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