#001511

Color #001511 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #001511

Tints of Dark Green #001511

Color information

#001511 (or 0x001511) is unknown color: approx Dark Green. HEX triplet: 00, 15 and 11. RGB value is (0,21,17). Sum of RGB (Red+Green+Blue) = 0+21+17=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 21 (8.59% from 255 or 55.26% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 21 - color contains mainly: green. Hex color #001511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001511 is #FFEAEE. Grayscale: #0E0E0E. Windows color (decimal): -16771823 or 1119488. OLE color: 1119488.

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

Color convert

RGB02117-
CMYK100.190.92
HSL168.57º100%4.12%-
HSV(B)168.57º100%8.24%-
XYZ0.370.580.62-
YUV14.26129.54117.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 55.26%
BLUE value IS 17 (7.03% from 255) = 44.74%
R=0%
G=55.26%
B=44.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal02117100.190.92168.571004.12
Hex01511640135Ca9644
Octal025211440231342511444
Binary0101011000111001000100111011100101010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001511; }

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

 H1.HeaderClassName
 {
   color: #001511;
 }
 .AnyTagClassName
 {
   color: #001511;
 }
</style>
background-color css

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

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

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

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

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

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