#101B18

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

Shades of Dark Green #101B18

Tints of Dark Green #101B18

Color information

#101B18 (or 0x101B18) is unknown color: approx Dark Green. HEX triplet: 10, 1B and 18. RGB value is (16,27,24). Sum of RGB (Red+Green+Blue) = 16+27+24=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 27 (10.94% from 255 or 40.30% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 27 - color contains mainly: green. Hex color #101B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101B18 is #EFE4E7. Grayscale: #171717. Windows color (decimal): -15721704 or 1579792. OLE color: 1579792.

HSL color Cylindrical-coordinate representation of color #101B18: hue angle of 163.64º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #101B18 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.89.

Color convert

RGB162724-
CMYK0.4100.110.89
HSL163.64º25.58%8.43%-
HSV(B)163.64º40.74%10.59%-
XYZ0.770.961.01-
YUV23.37128.36122.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.88%
GREEN value IS 27 (10.94% from 255) = 40.30%
BLUE value IS 24 (9.77% from 255) = 35.82%
R=23.88%
G=40.30%
B=35.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1627240.4100.110.89163.6425.588.43
Hex101B18290B59a41a8
Octal203330510131312443210
Binary10000110111100010100101011101100110100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,27,24); }

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

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

 a { background-color: rgb(16,27,24); }

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

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

 span { border-color: rgb(16,27,24); }

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