#152507

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

Shades of Pine Tree #152507

Tints of Pine Tree #152507

Color information

#152507 (or 0x152507) is unknown color: approx Pine Tree. HEX triplet: 15, 25 and 07. RGB value is (21,37,7). Sum of RGB (Red+Green+Blue) = 21+37+7=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 37 (14.84% from 255 or 56.92% from 65); Blue value is 7 (3.12% from 255 or 10.77% from 65); Max value from RGB is 37 - color contains mainly: green. Hex color #152507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152507 is #EADAF8. Grayscale: #1C1C1C. Windows color (decimal): -15391481 or 468245. OLE color: 468245.

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

Color convert

RGB21377-
CMYK0.4300.810.85
HSL92º68.18%8.63%-
HSV(B)92º81.08%14.51%-
XYZ1.011.50.44-
YUV28.8115.7122.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.31%
GREEN value IS 37 (14.84% from 255) = 56.92%
BLUE value IS 7 (3.12% from 255) = 10.77%
R=32.31%
G=56.92%
B=10.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal213770.4300.810.859268.188.63
Hex152572B051555c449
Octal2545753012112513410411
Binary10101100101111101011010100011010101101110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152507; }

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

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

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

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

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

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

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

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