#011908

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

Shades of Dark Green #011908

Tints of Dark Green #011908

Color information

#011908 (or 0x011908) is unknown color: approx Dark Green. HEX triplet: 01, 19 and 08. RGB value is (1,25,8). Sum of RGB (Red+Green+Blue) = 1+25+8=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 25 (10.16% from 255 or 73.53% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 25 - color contains mainly: green. Hex color #011908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011908 is #FEE6F7. Grayscale: #0F0F0F. Windows color (decimal): -16705272 or 530689. OLE color: 530689.

HSL color Cylindrical-coordinate representation of color #011908: hue angle of 137.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011908 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.90.

Color convert

RGB1258-
CMYK0.9600.680.90
HSL137.5º92.31%5.1%-
HSV(B)137.5º96%9.8%-
XYZ0.40.720.35-
YUV15.89123.55117.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.94%
GREEN value IS 25 (10.16% from 255) = 73.53%
BLUE value IS 8 (3.52% from 255) = 23.53%
R=2.94%
G=73.53%
B=23.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal12580.9600.680.90137.592.315.1
Hex1198600445A8a5c5
Octal1311014001041322121345
Binary11100110001100000010001001011010100010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011908; }

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

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

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

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

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

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

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

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