#101C16

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

Shades of Dark Green #101C16

Tints of Dark Green #101C16

Color information

#101C16 (or 0x101C16) is unknown color: approx Dark Green. HEX triplet: 10, 1C and 16. RGB value is (16,28,22). Sum of RGB (Red+Green+Blue) = 16+28+22=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 28 - color contains mainly: green. Hex color #101C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101C16 is #EFE3E9. Grayscale: #171717. Windows color (decimal): -15721450 or 1448976. OLE color: 1448976.

HSL color Cylindrical-coordinate representation of color #101C16: hue angle of 150º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #101C16 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.

Color convert

RGB162822-
CMYK0.4300.210.89
HSL150º27.27%8.63%-
HSV(B)150º42.86%10.98%-
XYZ0.7710.91-
YUV23.73127.02122.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.24%
GREEN value IS 28 (11.33% from 255) = 42.42%
BLUE value IS 22 (8.98% from 255) = 33.33%
R=24.24%
G=42.42%
B=33.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1628220.4300.210.8915027.278.63
Hex101C162B01559961b9
Octal203426530251312263311
Binary100001110010110101011010101101100110010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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