#001816

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

Shades of Dark Green #001816

Tints of Dark Green #001816

Color information

#001816 (or 0x001816) is unknown color: approx Dark Green. HEX triplet: 00, 18 and 16. RGB value is (0,24,22). Sum of RGB (Red+Green+Blue) = 0+24+22=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 24 (9.77% from 255 or 52.17% from 46); Blue value is 22 (8.98% from 255 or 47.83% from 46); Max value from RGB is 24 - color contains mainly: green. Hex color #001816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001816 is #FFE7E9. Grayscale: #101010. Windows color (decimal): -16771050 or 1447936. OLE color: 1447936.

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

Color convert

RGB02422-
CMYK100.080.91
HSL175º100%4.71%-
HSV(B)175º100%9.41%-
XYZ0.470.710.87-
YUV16.6131.05116.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 52.17%
BLUE value IS 22 (8.98% from 255) = 47.83%
R=0%
G=52.17%
B=47.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal02422100.080.911751004.71
Hex0181664085Baf645
Octal030261440101332571445
Binary011000101101100100010001011011101011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001816; }

 p { color: rgb(0,24,22); }

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

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

 a { background-color: rgb(0,24,22); }

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

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

 span { border-color: rgb(0,24,22); }

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