#001512

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

Shades of Dark Green #001512

Tints of Dark Green #001512

Color information

#001512 (or 0x001512) is unknown color: approx Dark Green. HEX triplet: 00, 15 and 12. RGB value is (0,21,18). Sum of RGB (Red+Green+Blue) = 0+21+18=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 21 (8.59% from 255 or 53.85% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 21 - color contains mainly: green. Hex color #001512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001512 is #FFEAED. Grayscale: #0E0E0E. Windows color (decimal): -16771822 or 1185024. OLE color: 1185024.

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

Color convert

RGB02118-
CMYK100.140.92
HSL171.43º100%4.12%-
HSV(B)171.43º100%8.24%-
XYZ0.380.580.66-
YUV14.38130.04117.74-

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) = 53.85%
BLUE value IS 18 (7.42% from 255) = 46.15%
R=0%
G=53.85%
B=46.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal02118100.140.92171.431004.12
Hex01512640E5Cab644
Octal025221440161342531444
Binary010101100101100100011101011100101010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001512; }

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

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

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

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

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

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

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

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