#012519

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

Shades of Dark Green #012519

Tints of Dark Green #012519

Color information

#012519 (or 0x012519) is unknown color: approx Dark Green. HEX triplet: 01, 25 and 19. RGB value is (1,37,25). Sum of RGB (Red+Green+Blue) = 1+37+25=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #012519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012519 is #FEDAE6. Grayscale: #181818. Windows color (decimal): -16702183 or 1647873. OLE color: 1647873.

HSL color Cylindrical-coordinate representation of color #012519: hue angle of 160º 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 #012519 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB13725-
CMYK0.9700.320.85
HSL160º94.74%7.45%-
HSV(B)160º97.3%14.51%-
XYZ0.851.41.15-
YUV24.87128.07110.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.59%
GREEN value IS 37 (14.84% from 255) = 58.73%
BLUE value IS 25 (10.16% from 255) = 39.68%
R=1.59%
G=58.73%
B=39.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal137250.9700.320.8516094.747.45
Hex125196102055a05f7
Octal145311410401252401377
Binary110010111001110000101000001010101101000001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012519; }

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

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

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

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

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

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

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

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