#152606

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

Shades of Pine Tree #152606

Tints of Pine Tree #152606

Color information

#152606 (or 0x152606) is unknown color: approx Pine Tree. HEX triplet: 15, 26 and 06. RGB value is (21,38,6). Sum of RGB (Red+Green+Blue) = 21+38+6=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 38 (15.23% from 255 or 58.46% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 38 - color contains mainly: green. Hex color #152606 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152606 is #EAD9F9. Grayscale: #1D1D1D. Windows color (decimal): -15391226 or 402965. OLE color: 402965.

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

Color convert

RGB21386-
CMYK0.4500.840.85
HSL91.88º72.73%8.63%-
HSV(B)91.88º84.21%14.9%-
XYZ1.041.560.42-
YUV29.27114.87122.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.31%
GREEN value IS 38 (15.23% from 255) = 58.46%
BLUE value IS 6 (2.73% from 255) = 9.23%
R=32.31%
G=58.46%
B=9.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal213860.4500.840.8591.8872.738.63
Hex152662D054555c499
Octal2546655012412513411111
Binary10101100110110101101010101001010101101110010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152606; }

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

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

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

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

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

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

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

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