#012517

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

Shades of Dark Green #012517

Tints of Dark Green #012517

Color information

#012517 (or 0x012517) is unknown color: approx Dark Green. HEX triplet: 01, 25 and 17. RGB value is (1,37,23). Sum of RGB (Red+Green+Blue) = 1+37+23=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #012517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012517 is #FEDAE8. Grayscale: #181818. Windows color (decimal): -16702185 or 1516801. OLE color: 1516801.

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

Color convert

RGB13723-
CMYK0.9700.380.85
HSL156.67º94.74%7.45%-
HSV(B)156.67º97.3%14.51%-
XYZ0.831.391.04-
YUV24.64127.07111.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.64%
GREEN value IS 37 (14.84% from 255) = 60.66%
BLUE value IS 23 (9.38% from 255) = 37.70%
R=1.64%
G=60.66%
B=37.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal137230.9700.380.85156.6794.747.45
Hex1251761026559d5f7
Octal145271410461252351377
Binary110010110111110000101001101010101100111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012517; }

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

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

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

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

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

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

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

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