#151A10

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

Shades of Pine Tree #151A10

Tints of Pine Tree #151A10

Color information

#151A10 (or 0x151A10) is unknown color: approx Pine Tree. HEX triplet: 15, 1A and 10. RGB value is (21,26,16). Sum of RGB (Red+Green+Blue) = 21+26+16=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 26 (10.55% from 255 or 41.27% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 26 - color contains mainly: green. Hex color #151A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151A10 is #EAE5EF. Grayscale: #171717. Windows color (decimal): -15394288 or 1055253. OLE color: 1055253.

HSL color Cylindrical-coordinate representation of color #151A10: hue angle of 90º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #151A10 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.90.

Color convert

RGB212616-
CMYK0.1900.380.90
HSL90º23.81%8.24%-
HSV(B)90º38.46%10.2%-
XYZ0.770.940.63-
YUV23.36123.84126.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.33%
GREEN value IS 26 (10.55% from 255) = 41.27%
BLUE value IS 16 (6.64% from 255) = 25.40%
R=33.33%
G=41.27%
B=25.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2126160.1900.380.909023.818.24
Hex151A10130265A5a188
Octal253220230461321323010
Binary10101110101000010011010011010110101011010110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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