#101412

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

Shades of Dark Green #101412

Tints of Dark Green #101412

Color information

#101412 (or 0x101412) is unknown color: approx Dark Green. HEX triplet: 10, 14 and 12. RGB value is (16,20,18). Sum of RGB (Red+Green+Blue) = 16+20+18=54 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.63% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 20 - color contains mainly: green. Hex color #101412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101412 is #EFEBED. Grayscale: #121212. Windows color (decimal): -15723502 or 1184784. OLE color: 1184784.

HSL color Cylindrical-coordinate representation of color #101412: hue angle of 150º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #101412 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB162018-
CMYK0.2000.100.92
HSL150º11.11%7.06%-
HSV(B)150º20%7.84%-
XYZ0.570.650.67-
YUV18.58127.67126.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 29.63%
GREEN value IS 20 (8.20% from 255) = 37.04%
BLUE value IS 18 (7.42% from 255) = 33.33%
R=29.63%
G=37.04%
B=33.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1620180.2000.100.9215011.117.06
Hex101412140A5C96b7
Octal20242224012134226137
Binary10000101001001010100010101011100100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101412; }

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

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

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

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

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

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

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

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