Html Css Color HEX #011A17 Dark Green

📋 copy color: '#011A17'

red 1 ◦ green 26 ◦ blue 23

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

Shades of Dark Green #011A17

Tints of Dark Green #011A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 52%

 BLUE value IS 23 (9.38% from 255) = 46%

R = 2%
G = 52%
B = 46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.90

RGB Variations

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

Color information

#011A17 (or 0x011A17) is known color: Dark Green. HEX triplet: 01, 1A and 17. RGB value is (1,26,23). Sum of RGB (Red+Green+Blue) = 1+26+23=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 26 (10.55% from 255 or 52% from 50); Blue value is 23 (9.38% from 255 or 46% from 50); Max value from RGB is 26 - color contains mainly: green. Hex color #011A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A17 is #FEE5E8. Grayscale: #121212. Windows color (decimal): -16705001 or 1513985. OLE color: 1513985.

HSL color Cylindrical-coordinate representation of color #011A17: hue angle of 172.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011A17 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB 1 26 23 -
CMYK 0.96 0 0.12 0.90
HSL 172.8º 0.93% 0.05% -
HSV(B) 172.8º 0.96% 0.1% -
XYZ 0.54 0.81 0.94 -
YUV 18.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 1 26 23 0.96 0 0.12 0.90 172.8 0.93 0.05
Hex 1 1A 17 60 0 C 5A AD 5D 5
Octal 1 32 27 140 0 14 132 255 135 5
Binary 1 11010 10111 1100000 0 1100 1011010 10101101 1011101 101

Color Harmonies of #011A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A17

Black with #011A17

Text Example


Text Example

White with #011A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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