Html Css Color HEX #011713 Dark Green

📋 copy color: '#011713'

red 1 ◦ green 23 ◦ blue 19

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

Shades of Dark Green #011713

Tints of Dark Green #011713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 44.19%

R = 2.33%
G = 53.49%
B = 44.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#011713 (or 0x011713) is known color: Dark Green. HEX triplet: 01, 17 and 13. RGB value is (1,23,19). Sum of RGB (Red+Green+Blue) = 1+23+19=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 23 (9.38% from 255 or 53.49% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 23 - color contains mainly: green. Hex color #011713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011713 is #FEE8EC. Grayscale: #0F0F0F. Windows color (decimal): -16705773 or 1251073. OLE color: 1251073.

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

Color convert

RGB 1 23 19 -
CMYK 0.96 0 0.17 0.91
HSL 169.09º 0.92% 0.05% -
HSV(B) 169.09º 0.96% 0.09% -
XYZ 0.44 0.67 0.72 -
YUV 15.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 1 23 19 0.96 0 0.17 0.91 169.09 0.92 0.05
Hex 1 17 13 60 0 11 5B A9 5C 5
Octal 1 27 23 140 0 21 133 251 134 5
Binary 1 10111 10011 1100000 0 10001 1011011 10101001 1011100 101

Color Harmonies of #011713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011713

Black with #011713

Text Example


Text Example

White with #011713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011713; }

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

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

background-color css

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

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

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

border-color css

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

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

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