#012513

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

Shades of Dark Green #012513

Tints of Dark Green #012513

Color information

#012513 (or 0x012513) is unknown color: approx Dark Green. HEX triplet: 01, 25 and 13. RGB value is (1,37,19). Sum of RGB (Red+Green+Blue) = 1+37+19=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 37 (14.84% from 255 or 64.91% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 37 - color contains mainly: green. Hex color #012513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012513 is #FEDAEC. Grayscale: #181818. Windows color (decimal): -16702189 or 1254657. OLE color: 1254657.

HSL color Cylindrical-coordinate representation of color #012513: hue angle of 150º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012513 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB13719-
CMYK0.9700.490.85
HSL150º94.74%7.45%-
HSV(B)150º97.3%14.51%-
XYZ0.791.380.84-
YUV24.18125.07111.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.75%
GREEN value IS 37 (14.84% from 255) = 64.91%
BLUE value IS 19 (7.81% from 255) = 33.33%
R=1.75%
G=64.91%
B=33.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal137190.9700.490.8515094.747.45
Hex125136103155965f7
Octal145231410611252261377
Binary110010110011110000101100011010101100101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012513; }

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

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

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

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

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

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

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

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