#001506

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

Shades of Dark Green #001506

Tints of Dark Green #001506

Color information

#001506 (or 0x001506) is unknown color: approx Dark Green. HEX triplet: 00, 15 and 06. RGB value is (0,21,6). Sum of RGB (Red+Green+Blue) = 0+21+6=27 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 27); Green value is 21 (8.59% from 255 or 77.78% from 27); Blue value is 6 (2.73% from 255 or 22.22% from 27); Max value from RGB is 21 - color contains mainly: green. Hex color #001506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001506 is #FFEAF9. Grayscale: #0D0D0D. Windows color (decimal): -16771834 or 398592. OLE color: 398592.

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

Color convert

RGB0216-
CMYK100.710.92
HSL137.14º100%4.12%-
HSV(B)137.14º100%8.24%-
XYZ0.30.550.26-
YUV13.01124.04118.72-

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) = 77.78%
BLUE value IS 6 (2.73% from 255) = 22.22%
R=0%
G=77.78%
B=22.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal0216100.710.92137.141004.12
Hex0156640475C89644
Octal025614401071342111444
Binary0101011101100100010001111011100100010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001506; }

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

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

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

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

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

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

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

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