#152809

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

Shades of Pine Tree #152809

Tints of Pine Tree #152809

Color information

#152809 (or 0x152809) is unknown color: approx Pine Tree. HEX triplet: 15, 28 and 09. RGB value is (21,40,9). Sum of RGB (Red+Green+Blue) = 21+40+9=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 40 (16.02% from 255 or 57.14% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 40 - color contains mainly: green. Hex color #152809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152809 is #EAD7F6. Grayscale: #1E1E1E. Windows color (decimal): -15390711 or 600085. OLE color: 600085.

HSL color Cylindrical-coordinate representation of color #152809: hue angle of 96.77º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #152809 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB21409-
CMYK0.4800.780.84
HSL96.77º63.27%9.61%-
HSV(B)96.77º77.5%15.69%-
XYZ1.121.70.53-
YUV30.78115.71121.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30%
GREEN value IS 40 (16.02% from 255) = 57.14%
BLUE value IS 9 (3.91% from 255) = 12.86%
R=30%
G=57.14%
B=12.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal214090.4800.780.8496.7763.279.61
Hex152893004E54613fa
Octal2550116001161241417712
Binary10101101000100111000001001110101010011000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152809; }

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

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

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

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

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

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

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

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