#001516

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

Shades of Dark Green #001516

Tints of Dark Green #001516

Color information

#001516 (or 0x001516) is unknown color: approx Dark Green. HEX triplet: 00, 15 and 16. RGB value is (0,21,22). Sum of RGB (Red+Green+Blue) = 0+21+22=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #001516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001516 is #FFEAE9. Grayscale: #0E0E0E. Windows color (decimal): -16771818 or 1447168. OLE color: 1447168.

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

Color convert

RGB02122-
CMYK10.0500.91
HSL182.73º100%4.31%-
HSV(B)182.73º100%8.63%-
XYZ0.410.590.85-
YUV14.84132.04117.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 48.84%
BLUE value IS 22 (8.98% from 255) = 51.16%
R=0%
G=48.84%
B=51.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0212210.0500.91182.731004.31
Hex0151664505Bb7644
Octal02526144501332671444
Binary01010110110110010010101011011101101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001516; }

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

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

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

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

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

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

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

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