Html Css Color HEX #011718 Dark Green

📋 copy color: '#011718'

red 1 ◦ green 23 ◦ blue 24

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

Shades of Dark Green #011718

Tints of Dark Green #011718

RGB

 RED value IS 1 (0.78% from 255) = 2.08%

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

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

R = 2.08%
G = 47.92%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#011718 (or 0x011718) is known color: Dark Green. HEX triplet: 01, 17 and 18. RGB value is (1,23,24). Sum of RGB (Red+Green+Blue) = 1+23+24=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #011718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011718 is #FEE8E7. Grayscale: #101010. Windows color (decimal): -16705768 or 1578753. OLE color: 1578753.

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

Color convert

RGB 1 23 24 -
CMYK 0.96 0.04 0 0.91
HSL 182.61º 0.92% 0.05% -
HSV(B) 182.61º 0.96% 0.09% -
XYZ 0.48 0.69 0.97 -
YUV 16.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 1 23 24 0.96 0.04 0 0.91 182.61 0.92 0.05
Hex 1 17 18 60 4 0 5B B7 5C 5
Octal 1 27 30 140 4 0 133 267 134 5
Binary 1 10111 11000 1100000 100 0 1011011 10110111 1011100 101

Color Harmonies of #011718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011718

Black with #011718

Text Example


Text Example

White with #011718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011718; }

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

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

background-color css

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

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

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

border-color css

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

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

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