#001510

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

Shades of Dark Green #001510

Tints of Dark Green #001510

Color information

#001510 (or 0x001510) is unknown color: approx Dark Green. HEX triplet: 00, 15 and 10. RGB value is (0,21,16). Sum of RGB (Red+Green+Blue) = 0+21+16=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 21 (8.59% from 255 or 56.76% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 21 - color contains mainly: green. Hex color #001510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001510 is #FFEAEF. Grayscale: #0E0E0E. Windows color (decimal): -16771824 or 1053952. OLE color: 1053952.

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

Color convert

RGB02116-
CMYK100.240.92
HSL165.71º100%4.12%-
HSV(B)165.71º100%8.24%-
XYZ0.360.570.58-
YUV14.15129.04117.91-

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) = 56.76%
BLUE value IS 16 (6.64% from 255) = 43.24%
R=0%
G=56.76%
B=43.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal02116100.240.92165.711004.12
Hex01510640185Ca6644
Octal025201440301342461444
Binary0101011000011001000110001011100101001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001510; }

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

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

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

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

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

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

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

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