#011508

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

Shades of Dark Green #011508

Tints of Dark Green #011508

Color information

#011508 (or 0x011508) is unknown color: approx Dark Green. HEX triplet: 01, 15 and 08. RGB value is (1,21,8). Sum of RGB (Red+Green+Blue) = 1+21+8=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 21 (8.59% from 255 or 70% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 21 - color contains mainly: green. Hex color #011508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011508 is #FEEAF7. Grayscale: #0D0D0D. Windows color (decimal): -16706296 or 529665. OLE color: 529665.

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

Color convert

RGB1218-
CMYK0.9500.620.92
HSL141º90.91%4.31%-
HSV(B)141º95.24%8.24%-
XYZ0.320.560.32-
YUV13.54124.87119.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.33%
GREEN value IS 21 (8.59% from 255) = 70%
BLUE value IS 8 (3.52% from 255) = 26.67%
R=3.33%
G=70%
B=26.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal12180.9500.620.9214190.914.31
Hex11585F03E5C8d5b4
Octal125101370761342151334
Binary1101011000101111101111101011100100011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011508; }

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

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

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

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

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

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

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

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