#101D17

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

Shades of Dark Green #101D17

Tints of Dark Green #101D17

Color information

#101D17 (or 0x101D17) is unknown color: approx Dark Green. HEX triplet: 10, 1D and 17. RGB value is (16,29,23). Sum of RGB (Red+Green+Blue) = 16+29+23=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 29 - color contains mainly: green. Hex color #101D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101D17 is #EFE2E8. Grayscale: #181818. Windows color (decimal): -15721193 or 1514768. OLE color: 1514768.

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

Color convert

RGB162923-
CMYK0.4500.210.89
HSL152.31º28.89%8.82%-
HSV(B)152.31º44.83%11.37%-
XYZ0.811.050.97-
YUV24.43127.19121.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.53%
GREEN value IS 29 (11.72% from 255) = 42.65%
BLUE value IS 23 (9.38% from 255) = 33.82%
R=23.53%
G=42.65%
B=33.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1629230.4500.210.89152.3128.898.82
Hex101D172D01559981d9
Octal203527550251312303511
Binary100001110110111101101010101101100110011000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,29,23); }

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

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

 a { background-color: rgb(16,29,23); }

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

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

 span { border-color: rgb(16,29,23); }

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