#101F1C

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

Shades of Dark Green #101F1C

Tints of Dark Green #101F1C

Color information

#101F1C (or 0x101F1C) is unknown color: approx Dark Green. HEX triplet: 10, 1F and 1C. RGB value is (16,31,28). Sum of RGB (Red+Green+Blue) = 16+31+28=75 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.33% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 31 - color contains mainly: green. Hex color #101F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101F1C is #EFE0E3. Grayscale: #1A1A1A. Windows color (decimal): -15720676 or 1842960. OLE color: 1842960.

HSL color Cylindrical-coordinate representation of color #101F1C: hue angle of 168º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #101F1C is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB163128-
CMYK0.4800.100.88
HSL168º31.91%9.22%-
HSV(B)168º48.39%12.16%-
XYZ0.911.171.28-
YUV26.17129.03120.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.33%
GREEN value IS 31 (12.5% from 255) = 41.33%
BLUE value IS 28 (11.33% from 255) = 37.33%
R=21.33%
G=41.33%
B=37.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1631280.4800.100.8816831.919.22
Hex101F1C300A58a8209
Octal203734600121302504011
Binary100001111111100110000010101011000101010001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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