#121510

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

Shades of Pine Tree #121510

Tints of Pine Tree #121510

Color information

#121510 (or 0x121510) is unknown color: approx Pine Tree. HEX triplet: 12, 15 and 10. RGB value is (18,21,16). Sum of RGB (Red+Green+Blue) = 18+21+16=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 21 - color contains mainly: green. Hex color #121510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121510 is #EDEAEF. Grayscale: #131313. Windows color (decimal): -15592176 or 1053970. OLE color: 1053970.

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

Color convert

RGB182116-
CMYK0.1400.240.92
HSL96º13.51%7.25%-
HSV(B)96º23.81%8.24%-
XYZ0.610.70.59-
YUV19.53126.01126.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.73%
GREEN value IS 21 (8.59% from 255) = 38.18%
BLUE value IS 16 (6.64% from 255) = 29.09%
R=32.73%
G=38.18%
B=29.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1821160.1400.240.929613.517.25
Hex121510E0185C60e7
Octal22252016030134140167
Binary1001010101100001110011000101110011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121510; }

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

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

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

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

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

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

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

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