Html Css Color HEX #011511 Dark Green

📋 copy color: '#011511'

red 1 ◦ green 21 ◦ blue 17

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

Shades of Dark Green #011511

Tints of Dark Green #011511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 53.85%

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

R = 2.56%
G = 53.85%
B = 43.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.92

RGB Variations

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

Color information

#011511 (or 0x011511) is known color: Dark Green. HEX triplet: 01, 15 and 11. RGB value is (1,21,17). Sum of RGB (Red+Green+Blue) = 1+21+17=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 21 (8.59% from 255 or 53.85% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 21 - color contains mainly: green. Hex color #011511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011511 is #FEEAEE. Grayscale: #0E0E0E. Windows color (decimal): -16706287 or 1119489. OLE color: 1119489.

HSL color Cylindrical-coordinate representation of color #011511: hue angle of 168º degrees, saturation: 0.91, 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 #011511 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 21 17 -
CMYK 0.95 0 0.19 0.92
HSL 168º 0.91% 0.04% -
HSV(B) 168º 0.95% 0.08% -
XYZ 0.38 0.58 0.62 -
YUV 14.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 1 21 17 0.95 0 0.19 0.92 168 0.91 0.04
Hex 1 15 11 5F 0 13 5C A8 5B 4
Octal 1 25 21 137 0 23 134 250 133 4
Binary 1 10101 10001 1011111 0 10011 1011100 10101000 1011011 100

Color Harmonies of #011511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011511

Black with #011511

Text Example


Text Example

White with #011511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011511; }

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

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

background-color css

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

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

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

border-color css

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

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

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