Html Css Color HEX #001718 Dark Green

📋 copy color: '#001718'

red 0 ◦ green 23 ◦ blue 24

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

Shades of Dark Green #001718

Tints of Dark Green #001718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 51.06%

R = 0%
G = 48.94%
B = 51.06%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#001718 (or 0x001718) is known color: Dark Green. HEX triplet: 00, 17 and 18. RGB value is (0,23,24). Sum of RGB (Red+Green+Blue) = 0+23+24=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 23 (9.38% from 255 or 48.94% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #001718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001718 is #FFE8E7. Grayscale: #101010. Windows color (decimal): -16771304 or 1578752. OLE color: 1578752.

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

Color convert

RGB 0 23 24 -
CMYK 1 0.04 0 0.91
HSL 182.5º 1% 0.05% -
HSV(B) 182.5º 1% 0.09% -
XYZ 0.47 0.68 0.97 -
YUV 16.24 132.38 116.42 -
System Red Green Blue C M Y K H S L
Decimal 0 23 24 1 0.04 0 0.91 182.5 1 0.05
Hex 0 17 18 64 4 0 5B B6 64 5
Octal 0 27 30 144 4 0 133 266 144 5
Binary 0 10111 11000 1100100 100 0 1011011 10110110 1100100 101

Color Harmonies of #001718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001718

Black with #001718

Text Example


Text Example

White with #001718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001718; }

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

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

background-color css

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

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

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

border-color css

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

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

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