#011509

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

Shades of Dark Green #011509

Tints of Dark Green #011509

Color information

#011509 (or 0x011509) is unknown color: approx Dark Green. HEX triplet: 01, 15 and 09. RGB value is (1,21,9). Sum of RGB (Red+Green+Blue) = 1+21+9=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 21 (8.59% from 255 or 67.74% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 21 - color contains mainly: green. Hex color #011509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011509 is #FEEAF6. Grayscale: #0D0D0D. Windows color (decimal): -16706295 or 595201. OLE color: 595201.

HSL color Cylindrical-coordinate representation of color #011509: hue angle of 144º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011509 is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.92.

Color convert

RGB1219-
CMYK0.9500.570.92
HSL144º90.91%4.31%-
HSV(B)144º95.24%8.24%-
XYZ0.330.560.35-
YUV13.65125.37118.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.23%
GREEN value IS 21 (8.59% from 255) = 67.74%
BLUE value IS 9 (3.91% from 255) = 29.03%
R=3.23%
G=67.74%
B=29.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal12190.9500.570.9214490.914.31
Hex11595F0395C905b4
Octal125111370711342201334
Binary1101011001101111101110011011100100100001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011509; }

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

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

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

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

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

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

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

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