#152508

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

Shades of Pine Tree #152508

Tints of Pine Tree #152508

Color information

#152508 (or 0x152508) is unknown color: approx Pine Tree. HEX triplet: 15, 25 and 08. RGB value is (21,37,8). Sum of RGB (Red+Green+Blue) = 21+37+8=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #152508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152508 is #EADAF7. Grayscale: #1D1D1D. Windows color (decimal): -15391480 or 533781. OLE color: 533781.

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

Color convert

RGB21378-
CMYK0.4300.780.85
HSL93.1º64.44%8.82%-
HSV(B)93.1º78.38%14.51%-
XYZ1.011.50.47-
YUV28.91116.2122.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.82%
GREEN value IS 37 (14.84% from 255) = 56.06%
BLUE value IS 8 (3.52% from 255) = 12.12%
R=31.82%
G=56.06%
B=12.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal213780.4300.780.8593.164.448.82
Hex152582B04E555d409
Octal25451053011612513510011
Binary101011001011000101011010011101010101101110110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152508; }

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

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

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

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

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

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

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

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