Html Css Color HEX #001507 Dark Green

📋 copy color: '#001507'

red 0 ◦ green 21 ◦ blue 7

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

Shades of Dark Green #001507

Tints of Dark Green #001507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 25%

R = 0%
G = 75%
B = 25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.92

RGB Variations

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

Color information

#001507 (or 0x001507) is known color: Dark Green. HEX triplet: 00, 15 and 07. RGB value is (0,21,7). Sum of RGB (Red+Green+Blue) = 0+21+7=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 21 (8.59% from 255 or 75% from 28); Blue value is 7 (3.12% from 255 or 25% from 28); Max value from RGB is 21 - color contains mainly: green. Hex color #001507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001507 is #FFEAF8. Grayscale: #0D0D0D. Windows color (decimal): -16771833 or 464128. OLE color: 464128.

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

Color convert

RGB 0 21 7 -
CMYK 1 0 0.67 0.92
HSL 140º 1% 0.04% -
HSV(B) 140º 1% 0.08% -
XYZ 0.31 0.55 0.29 -
YUV 13.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 0 21 7 1 0 0.67 0.92 140 1 0.04
Hex 0 15 7 64 0 43 5C 8C 64 4
Octal 0 25 7 144 0 103 134 214 144 4
Binary 0 10101 111 1100100 0 1000011 1011100 10001100 1100100 100

Color Harmonies of #001507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001507

Black with #001507

Text Example


Text Example

White with #001507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001507; }

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

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

background-color css

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

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

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

border-color css

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

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

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