#152109

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

Shades of Pine Tree #152109

Tints of Pine Tree #152109

Color information

#152109 (or 0x152109) is unknown color: approx Pine Tree. HEX triplet: 15, 21 and 09. RGB value is (21,33,9). Sum of RGB (Red+Green+Blue) = 21+33+9=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #152109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152109 is #EADEF6. Grayscale: #1A1A1A. Windows color (decimal): -15392503 or 598293. OLE color: 598293.

HSL color Cylindrical-coordinate representation of color #152109: hue angle of 90º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #152109 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.87.

Color convert

RGB21339-
CMYK0.3600.730.87
HSL90º57.14%8.24%-
HSV(B)90º72.73%12.94%-
XYZ0.91.270.46-
YUV26.68118.02123.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 52.38%
BLUE value IS 9 (3.91% from 255) = 14.29%
R=33.33%
G=52.38%
B=14.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal213390.3600.730.879057.148.24
Hex1521924049575a398
Octal2541114401111271327110
Binary10101100001100110010001001001101011110110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152109; }

 p { color: rgb(21,33,9); }

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

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

 a { background-color: rgb(21,33,9); }

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

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

 span { border-color: rgb(21,33,9); }

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