#152706

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

Shades of Pine Tree #152706

Tints of Pine Tree #152706

Color information

#152706 (or 0x152706) is unknown color: approx Pine Tree. HEX triplet: 15, 27 and 06. RGB value is (21,39,6). Sum of RGB (Red+Green+Blue) = 21+39+6=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 39 (15.62% from 255 or 59.09% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 39 - color contains mainly: green. Hex color #152706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152706 is #EAD8F9. Grayscale: #1D1D1D. Windows color (decimal): -15390970 or 403221. OLE color: 403221.

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

Color convert

RGB21396-
CMYK0.4600.850.85
HSL92.73º73.33%8.82%-
HSV(B)92.73º84.62%15.29%-
XYZ1.071.620.43-
YUV29.86114.54121.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.82%
GREEN value IS 39 (15.62% from 255) = 59.09%
BLUE value IS 6 (2.73% from 255) = 9.09%
R=31.82%
G=59.09%
B=9.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal213960.4600.850.8592.7373.338.82
Hex152762E055555d499
Octal2547656012512513511111
Binary10101100111110101110010101011010101101110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152706; }

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

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

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

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

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

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

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

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