#011510

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

Shades of Dark Green #011510

Tints of Dark Green #011510

Color information

#011510 (or 0x011510) is unknown color: approx Dark Green. HEX triplet: 01, 15 and 10. RGB value is (1,21,16). Sum of RGB (Red+Green+Blue) = 1+21+16=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 21 (8.59% from 255 or 55.26% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 21 - color contains mainly: green. Hex color #011510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011510 is #FEEAEF. Grayscale: #0E0E0E. Windows color (decimal): -16706288 or 1053953. OLE color: 1053953.

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

Color convert

RGB12116-
CMYK0.9500.240.92
HSL165º90.91%4.31%-
HSV(B)165º95.24%8.24%-
XYZ0.370.580.58-
YUV14.45128.87118.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.63%
GREEN value IS 21 (8.59% from 255) = 55.26%
BLUE value IS 16 (6.64% from 255) = 42.11%
R=2.63%
G=55.26%
B=42.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal121160.9500.240.9216590.914.31
Hex115105F0185Ca55b4
Octal125201370301342451334
Binary1101011000010111110110001011100101001011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011510; }

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

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

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

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

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

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

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

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