Html Css Color HEX #001505 Dark Green

📋 copy color: '#001505'

red 0 ◦ green 21 ◦ blue 5

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

Shades of Dark Green #001505

Tints of Dark Green #001505

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 21 (8.59% from 255) = 80.77%

 BLUE value IS 5 (2.34% from 255) = 19.23%

R = 0%
G = 80.77%
B = 19.23%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.92

RGB Variations

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

Color information

#001505 (or 0x001505) is known color: Dark Green. HEX triplet: 00, 15 and 05. RGB value is (0,21,5). Sum of RGB (Red+Green+Blue) = 0+21+5=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 21 (8.59% from 255 or 80.77% from 26); Blue value is 5 (2.34% from 255 or 19.23% from 26); Max value from RGB is 21 - color contains mainly: green. Hex color #001505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001505 is #FFEAFA. Grayscale: #0C0C0C. Windows color (decimal): -16771835 or 333056. OLE color: 333056.

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

Color convert

RGB 0 21 5 -
CMYK 1 0 0.76 0.92
HSL 134.29º 1% 0.04% -
HSV(B) 134.29º 1% 0.08% -
XYZ 0.3 0.55 0.23 -
YUV 12.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 0 21 5 1 0 0.76 0.92 134.29 1 0.04
Hex 0 15 5 64 0 4C 5C 86 64 4
Octal 0 25 5 144 0 114 134 206 144 4
Binary 0 10101 101 1100100 0 1001100 1011100 10000110 1100100 100

Color Harmonies of #001505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001505

Black with #001505

Text Example


Text Example

White with #001505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001505; }

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

 H1.HeaderClassName
 {
   color: #001505;
 }
 .AnyTagClassName
 {
   color: #001505;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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