#011807

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

Shades of Dark Green #011807

Tints of Dark Green #011807

Color information

#011807 (or 0x011807) is unknown color: approx Dark Green. HEX triplet: 01, 18 and 07. RGB value is (1,24,7). Sum of RGB (Red+Green+Blue) = 1+24+7=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 24 (9.77% from 255 or 75% from 32); Blue value is 7 (3.12% from 255 or 21.88% from 32); Max value from RGB is 24 - color contains mainly: green. Hex color #011807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011807 is #FEE7F8. Grayscale: #0F0F0F. Windows color (decimal): -16705529 or 464897. OLE color: 464897.

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

Color convert

RGB1247-
CMYK0.9600.710.91
HSL135.65º92%4.9%-
HSV(B)135.65º95.83%9.41%-
XYZ0.380.680.31-
YUV15.18123.38117.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.12%
GREEN value IS 24 (9.77% from 255) = 75%
BLUE value IS 7 (3.12% from 255) = 21.88%
R=3.12%
G=75%
B=21.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal12470.9600.710.91135.65924.9
Hex1187600475B885c5
Octal130714001071332101345
Binary1110001111100000010001111011011100010001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011807; }

 p { color: rgb(1,24,7); }

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

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

 a { background-color: rgb(1,24,7); }

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

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

 span { border-color: rgb(1,24,7); }

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