Html Css Color HEX #011311 Dark Green

📋 copy color: '#011311'

red 1 ◦ green 19 ◦ blue 17

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

Shades of Dark Green #011311

Tints of Dark Green #011311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 51.35%

 BLUE value IS 17 (7.03% from 255) = 45.95%

R = 2.7%
G = 51.35%
B = 45.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#011311 (or 0x011311) is known color: Dark Green. HEX triplet: 01, 13 and 11. RGB value is (1,19,17). Sum of RGB (Red+Green+Blue) = 1+19+17=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #011311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011311 is #FEECEE. Grayscale: #0D0D0D. Windows color (decimal): -16706799 or 1118977. OLE color: 1118977.

HSL color Cylindrical-coordinate representation of color #011311: hue angle of 173.33º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011311 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 19 17 -
CMYK 0.95 0 0.11 0.93
HSL 173.33º 0.9% 0.04% -
HSV(B) 173.33º 0.95% 0.07% -
XYZ 0.35 0.51 0.61 -
YUV 13.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 1 19 17 0.95 0 0.11 0.93 173.33 0.9 0.04
Hex 1 13 11 5F 0 B 5D AD 5A 4
Octal 1 23 21 137 0 13 135 255 132 4
Binary 1 10011 10001 1011111 0 1011 1011101 10101101 1011010 100

Color Harmonies of #011311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011311

Black with #011311

Text Example


Text Example

White with #011311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011311; }

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

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

background-color css

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

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

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

border-color css

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

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

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