#152605

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

Shades of Pine Tree #152605

Tints of Pine Tree #152605

Color information

#152605 (or 0x152605) is unknown color: approx Pine Tree. HEX triplet: 15, 26 and 05. RGB value is (21,38,5). Sum of RGB (Red+Green+Blue) = 21+38+5=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 38 (15.23% from 255 or 59.38% from 64); Blue value is 5 (2.34% from 255 or 7.81% from 64); Max value from RGB is 38 - color contains mainly: green. Hex color #152605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152605 is #EAD9FA. Grayscale: #1D1D1D. Windows color (decimal): -15391227 or 337429. OLE color: 337429.

HSL color Cylindrical-coordinate representation of color #152605: hue angle of 90.91º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #152605 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB21385-
CMYK0.4500.870.85
HSL90.91º76.74%8.43%-
HSV(B)90.91º86.84%14.9%-
XYZ1.031.560.39-
YUV29.15114.37122.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.81%
GREEN value IS 38 (15.23% from 255) = 59.38%
BLUE value IS 5 (2.34% from 255) = 7.81%
R=32.81%
G=59.38%
B=7.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal213850.4500.870.8590.9176.748.43
Hex152652D057555b4d8
Octal2546555012712513311510
Binary10101100110101101101010101111010101101101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152605; }

 p { color: rgb(21,38,5); }

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

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

 a { background-color: rgb(21,38,5); }

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

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

 span { border-color: rgb(21,38,5); }

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