Html Css Color HEX #001516 Dark Green

📋 copy color: '#001516'

red 0 ◦ green 21 ◦ blue 22

#001516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #001516

Tints of Dark Green #001516

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 value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#001516 (or 0x001516) is known color: 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

RGB 0 21 22 -
CMYK 1 0.05 0 0.91
HSL 182.73º 1% 0.04% -
HSV(B) 182.73º 1% 0.09% -
XYZ 0.41 0.59 0.85 -
YUV 14.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 0 21 22 1 0.05 0 0.91 182.73 1 0.04
Hex 0 15 16 64 5 0 5B B7 64 4
Octal 0 25 26 144 5 0 133 267 144 4
Binary 0 10101 10110 1100100 101 0 1011011 10110111 1100100 100

Color Harmonies of #001516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001516

Black with #001516

Text Example


Text Example

White with #001516

Text Example


Text Example

HTML Codes & Css Web 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>