#001407

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

Shades of Dark Green #001407

Tints of Dark Green #001407

Color information

#001407 (or 0x001407) is unknown color: approx Dark Green. HEX triplet: 00, 14 and 07. RGB value is (0,20,7). Sum of RGB (Red+Green+Blue) = 0+20+7=27 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 27); Green value is 20 (8.20% from 255 or 74.07% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 20 - color contains mainly: green. Hex color #001407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001407 is #FFEBF8. Grayscale: #0C0C0C. Windows color (decimal): -16772089 or 463872. OLE color: 463872.

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

Color convert

RGB0207-
CMYK100.650.92
HSL141º100%3.92%-
HSV(B)141º100%7.84%-
XYZ0.290.520.29-
YUV12.54124.87119.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 74.07%
BLUE value IS 7 (3.12% from 255) = 25.93%
R=0%
G=74.07%
B=25.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal0207100.650.921411003.92
Hex0147640415C8d644
Octal024714401011342151444
Binary0101001111100100010000011011100100011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001407; }

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

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

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

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

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

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

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

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