#011310

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

Shades of Dark Green #011310

Tints of Dark Green #011310

Color information

#011310 (or 0x011310) is unknown color: approx Dark Green. HEX triplet: 01, 13 and 10. RGB value is (1,19,16). Sum of RGB (Red+Green+Blue) = 1+19+16=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 16 (6.64% from 255 or 44.44% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #011310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011310 is #FEECEF. Grayscale: #0D0D0D. Windows color (decimal): -16706800 or 1053441. OLE color: 1053441.

HSL color Cylindrical-coordinate representation of color #011310: hue angle of 170º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011310 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.93.

Color convert

RGB11916-
CMYK0.9500.160.93
HSL170º90%3.92%-
HSV(B)170º94.74%7.45%-
XYZ0.340.510.57-
YUV13.28129.54119.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 19 (7.81% from 255) = 52.78%
BLUE value IS 16 (6.64% from 255) = 44.44%
R=2.78%
G=52.78%
B=44.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal119160.9500.160.93170903.92
Hex113105F0105Daa5a4
Octal123201370201352521324
Binary1100111000010111110100001011101101010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011310; }

 p { color: rgb(1,19,16); }

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

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

 a { background-color: rgb(1,19,16); }

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

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

 span { border-color: rgb(1,19,16); }

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