#152509

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

Shades of Pine Tree #152509

Tints of Pine Tree #152509

Color information

#152509 (or 0x152509) is unknown color: approx Pine Tree. HEX triplet: 15, 25 and 09. RGB value is (21,37,9). Sum of RGB (Red+Green+Blue) = 21+37+9=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #152509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152509 is #EADAF6. Grayscale: #1D1D1D. Windows color (decimal): -15391479 or 599317. OLE color: 599317.

HSL color Cylindrical-coordinate representation of color #152509: hue angle of 94.29º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152509 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB21379-
CMYK0.4300.760.85
HSL94.29º60.87%9.02%-
HSV(B)94.29º75.68%14.51%-
XYZ1.021.50.49-
YUV29.02116.7122.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.34%
GREEN value IS 37 (14.84% from 255) = 55.22%
BLUE value IS 9 (3.91% from 255) = 13.43%
R=31.34%
G=55.22%
B=13.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal213790.4300.760.8594.2960.879.02
Hex152592B04C555e3d9
Octal2545115301141251367511
Binary10101100101100110101101001100101010110111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152509; }

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

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

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

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

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

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

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

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