#121410

Color #121410 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #121410

Tints of Pine Tree #121410

Color information

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

HSL color Cylindrical-coordinate representation of color #121410: hue angle of 90º 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 #121410 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB182016-
CMYK0.1000.200.92
HSL90º11.11%7.06%-
HSV(B)90º20%7.84%-
XYZ0.590.670.59-
YUV18.95126.34127.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1820160.1000.200.929011.117.06
Hex121410A0145C5ab7
Octal22242012024134132137
Binary1001010100100001010010100101110010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121410; }

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

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

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

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

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

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

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

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