#001509

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

Shades of Dark Green #001509

Tints of Dark Green #001509

Color information

#001509 (or 0x001509) is unknown color: approx Dark Green. HEX triplet: 00, 15 and 09. RGB value is (0,21,9). Sum of RGB (Red+Green+Blue) = 0+21+9=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 21 (8.59% from 255 or 70% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 21 - color contains mainly: green. Hex color #001509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001509 is #FFEAF6. Grayscale: #0D0D0D. Windows color (decimal): -16771831 or 595200. OLE color: 595200.

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

Color convert

RGB0219-
CMYK100.570.92
HSL145.71º100%4.12%-
HSV(B)145.71º100%8.24%-
XYZ0.320.560.35-
YUV13.35125.54118.48-

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) = 70%
BLUE value IS 9 (3.91% from 255) = 30%
R=0%
G=70%
B=30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal0219100.570.92145.711004.12
Hex0159640395C92644
Octal025111440711342221444
Binary0101011001110010001110011011100100100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001509; }

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

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

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

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

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

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

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

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