#152704

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

Shades of Pine Tree #152704

Tints of Pine Tree #152704

Color information

#152704 (or 0x152704) is unknown color: approx Pine Tree. HEX triplet: 15, 27 and 04. RGB value is (21,39,4). Sum of RGB (Red+Green+Blue) = 21+39+4=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 39 (15.62% from 255 or 60.94% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 39 - color contains mainly: green. Hex color #152704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152704 is #EAD8FB. Grayscale: #1D1D1D. Windows color (decimal): -15390972 or 272149. OLE color: 272149.

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

Color convert

RGB21394-
CMYK0.4600.900.85
HSL90.86º81.4%8.43%-
HSV(B)90.86º89.74%15.29%-
XYZ1.061.620.37-
YUV29.63113.54121.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.81%
GREEN value IS 39 (15.62% from 255) = 60.94%
BLUE value IS 4 (1.95% from 255) = 6.25%
R=32.81%
G=60.94%
B=6.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal213940.4600.900.8590.8681.48.43
Hex152742E05A555b518
Octal2547456013212513312110
Binary10101100111100101110010110101010101101101110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152704; }

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

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

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

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

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

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

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

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