#101312

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

Shades of Dark Green #101312

Tints of Dark Green #101312

Color information

#101312 (or 0x101312) is unknown color: approx Dark Green. HEX triplet: 10, 13 and 12. RGB value is (16,19,18). Sum of RGB (Red+Green+Blue) = 16+19+18=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 19 - color contains mainly: green. Hex color #101312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101312 is #EFECED. Grayscale: #111111. Windows color (decimal): -15723758 or 1184528. OLE color: 1184528.

HSL color Cylindrical-coordinate representation of color #101312: hue angle of 160º degrees, saturation: 0.09, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #101312 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.93.

Color convert

RGB161918-
CMYK0.1600.050.93
HSL160º8.57%6.86%-
HSV(B)160º15.79%7.45%-
XYZ0.560.620.66-
YUV17.99128.01126.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.19%
GREEN value IS 19 (7.81% from 255) = 35.85%
BLUE value IS 18 (7.42% from 255) = 33.96%
R=30.19%
G=35.85%
B=33.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1619180.1600.050.931608.576.86
Hex10131210055Da097
Octal2023222005135240117
Binary1000010011100101000001011011101101000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101312; }

 p { color: rgb(16,19,18); }

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

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

 a { background-color: rgb(16,19,18); }

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

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

 span { border-color: rgb(16,19,18); }

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