#151D10

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

Shades of Pine Tree #151D10

Tints of Pine Tree #151D10

Color information

#151D10 (or 0x151D10) is unknown color: approx Pine Tree. HEX triplet: 15, 1D and 10. RGB value is (21,29,16). Sum of RGB (Red+Green+Blue) = 21+29+16=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 29 - color contains mainly: green. Hex color #151D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151D10 is #EAE2EF. Grayscale: #191919. Windows color (decimal): -15393520 or 1056021. OLE color: 1056021.

HSL color Cylindrical-coordinate representation of color #151D10: hue angle of 96.92º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #151D10 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.89.

Color convert

RGB212916-
CMYK0.2800.450.89
HSL96.92º28.89%8.82%-
HSV(B)96.92º44.83%11.37%-
XYZ0.841.080.65-
YUV25.13122.85125.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.82%
GREEN value IS 29 (11.72% from 255) = 43.94%
BLUE value IS 16 (6.64% from 255) = 24.24%
R=31.82%
G=43.94%
B=24.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2129160.2800.450.8996.9228.898.82
Hex151D101C02D59611d9
Octal253520340551311413511
Binary10101111011000011100010110110110011100001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151D10; }

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

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

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

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

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

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

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

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