Html Css Color HEX #001716 Dark Green

📋 copy color: '#001716'

red 0 ◦ green 23 ◦ blue 22

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

Shades of Dark Green #001716

Tints of Dark Green #001716

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 23 (9.38% from 255) = 51.11%

 BLUE value IS 22 (8.98% from 255) = 48.89%

R = 0%
G = 51.11%
B = 48.89%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.91

RGB Variations

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

Color information

#001716 (or 0x001716) is known color: Dark Green. HEX triplet: 00, 17 and 16. RGB value is (0,23,22). Sum of RGB (Red+Green+Blue) = 0+23+22=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 23 (9.38% from 255 or 51.11% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 23 - color contains mainly: green. Hex color #001716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001716 is #FFE8E9. Grayscale: #0F0F0F. Windows color (decimal): -16771306 or 1447680. OLE color: 1447680.

HSL color Cylindrical-coordinate representation of color #001716: hue angle of 177.39º 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 #001716 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.91.

Color convert

RGB 0 23 22 -
CMYK 1 0 0.04 0.91
HSL 177.39º 1% 0.05% -
HSV(B) 177.39º 1% 0.09% -
XYZ 0.45 0.67 0.86 -
YUV 16.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 0 23 22 1 0 0.04 0.91 177.39 1 0.05
Hex 0 17 16 64 0 4 5B B1 64 5
Octal 0 27 26 144 0 4 133 261 144 5
Binary 0 10111 10110 1100100 0 100 1011011 10110001 1100100 101

Color Harmonies of #001716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001716

Black with #001716

Text Example


Text Example

White with #001716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001716; }

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

 H1.HeaderClassName
 {
   color: #001716;
 }
 .AnyTagClassName
 {
   color: #001716;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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