#101A16

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

Shades of Dark Green #101A16

Tints of Dark Green #101A16

Color information

#101A16 (or 0x101A16) is unknown color: approx Dark Green. HEX triplet: 10, 1A and 16. RGB value is (16,26,22). Sum of RGB (Red+Green+Blue) = 16+26+22=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 26 (10.55% from 255 or 40.62% from 64); Blue value is 22 (8.98% from 255 or 34.38% from 64); Max value from RGB is 26 - color contains mainly: green. Hex color #101A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101A16 is #EFE5E9. Grayscale: #161616. Windows color (decimal): -15721962 or 1448464. OLE color: 1448464.

HSL color Cylindrical-coordinate representation of color #101A16: hue angle of 156º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #101A16 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.90.

Color convert

RGB162622-
CMYK0.3800.150.90
HSL156º23.81%8.24%-
HSV(B)156º38.46%10.2%-
XYZ0.730.910.9-
YUV22.55127.69123.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25%
GREEN value IS 26 (10.55% from 255) = 40.62%
BLUE value IS 22 (8.98% from 255) = 34.38%
R=25%
G=40.62%
B=34.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1626220.3800.150.9015623.818.24
Hex101A16260F5A9c188
Octal203226460171322343010
Binary10000110101011010011001111101101010011100110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101A16; }

 p { color: rgb(16,26,22); }

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

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

 a { background-color: rgb(16,26,22); }

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

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

 span { border-color: rgb(16,26,22); }

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