Html Css Color HEX #011411 Dark Green

📋 copy color: '#011411'

red 1 ◦ green 20 ◦ blue 17

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

Shades of Dark Green #011411

Tints of Dark Green #011411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 52.63%

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

R = 2.63%
G = 52.63%
B = 44.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#011411 (or 0x011411) is known color: Dark Green. HEX triplet: 01, 14 and 11. RGB value is (1,20,17). Sum of RGB (Red+Green+Blue) = 1+20+17=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 20 (8.20% from 255 or 52.63% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 20 - color contains mainly: green. Hex color #011411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011411 is #FEEBEE. Grayscale: #0D0D0D. Windows color (decimal): -16706543 or 1119233. OLE color: 1119233.

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

Color convert

RGB 1 20 17 -
CMYK 0.95 0 0.15 0.92
HSL 170.53º 0.9% 0.04% -
HSV(B) 170.53º 0.95% 0.08% -
XYZ 0.36 0.55 0.62 -
YUV 13.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 1 20 17 0.95 0 0.15 0.92 170.53 0.9 0.04
Hex 1 14 11 5F 0 F 5C AB 5A 4
Octal 1 24 21 137 0 17 134 253 132 4
Binary 1 10100 10001 1011111 0 1111 1011100 10101011 1011010 100

Color Harmonies of #011411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011411

Black with #011411

Text Example


Text Example

White with #011411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011411; }

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

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

background-color css

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

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

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

border-color css

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

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

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