Html Css Color HEX #001504 Dark Green

📋 copy color: '#001504'

red 0 ◦ green 21 ◦ blue 4

#001504
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #001504

Tints of Dark Green #001504

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 value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.92

RGB Variations

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

Color information

#001504 (or 0x001504) is known color: 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

RGB 0 21 4 -
CMYK 1 0 0.81 0.92
HSL 131.43º 1% 0.04% -
HSV(B) 131.43º 1% 0.08% -
XYZ 0.29 0.55 0.2 -
YUV 12.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 0 21 4 1 0 0.81 0.92 131.43 1 0.04
Hex 0 15 4 64 0 51 5C 83 64 4
Octal 0 25 4 144 0 121 134 203 144 4
Binary 0 10101 100 1100100 0 1010001 1011100 10000011 1100100 100

Color Harmonies of #001504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001504

Black with #001504

Text Example


Text Example

White with #001504

Text Example


Text Example

HTML Codes & Css Web 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>