#012416

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

Shades of Dark Green #012416

Tints of Dark Green #012416

Color information

#012416 (or 0x012416) is unknown color: approx Dark Green. HEX triplet: 01, 24 and 16. RGB value is (1,36,22). Sum of RGB (Red+Green+Blue) = 1+36+22=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 36 (14.45% from 255 or 61.02% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 36 - color contains mainly: green. Hex color #012416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012416 is #FEDBE9. Grayscale: #171717. Windows color (decimal): -16702442 or 1451009. OLE color: 1451009.

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

Color convert

RGB13622-
CMYK0.9700.390.86
HSL156º94.59%7.25%-
HSV(B)156º97.22%14.12%-
XYZ0.791.330.97-
YUV23.94126.9111.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.69%
GREEN value IS 36 (14.45% from 255) = 61.02%
BLUE value IS 22 (8.98% from 255) = 37.29%
R=1.69%
G=61.02%
B=37.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal136220.9700.390.8615694.597.25
Hex1241661027569c5f7
Octal144261410471262341377
Binary110010010110110000101001111010110100111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012416; }

 p { color: rgb(1,36,22); }

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

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

 a { background-color: rgb(1,36,22); }

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

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

 span { border-color: rgb(1,36,22); }

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