#001504

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

Shades of Dark Green #001504

Tints of Dark Green #001504

Color information

#001504 (or 0x001504) is unknown color: approx Dark Green. HEX triplet: 00, 15 and 04. RGB value is (0,21,4). Sum of RGB (Red+Green+Blue) = 0+21+4=25 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 25); Green value is 21 (8.59% from 255 or 84% from 25); Blue value is 4 (1.95% from 255 or 16% from 25); Max value from RGB is 21 - color contains mainly: green. Hex color #001504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001504 is #FFEAFB. Grayscale: #0C0C0C. Windows color (decimal): -16771836 or 267520. OLE color: 267520.

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

Color convert

RGB0214-
CMYK100.810.92
HSL131.43º100%4.12%-
HSV(B)131.43º100%8.24%-
XYZ0.290.550.2-
YUV12.78123.04118.88-

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) = 84%
BLUE value IS 4 (1.95% from 255) = 16%
R=0%
G=84%
B=16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal0214100.810.92131.431004.12
Hex0154640515C83644
Octal025414401211342031444
Binary0101011001100100010100011011100100000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001504; }

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

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

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

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

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

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

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

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