#152904

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

Shades of Pine Tree #152904

Tints of Pine Tree #152904

Color information

#152904 (or 0x152904) is unknown color: approx Pine Tree. HEX triplet: 15, 29 and 04. RGB value is (21,41,4). Sum of RGB (Red+Green+Blue) = 21+41+4=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 41 (16.41% from 255 or 62.12% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 41 - color contains mainly: green. Hex color #152904 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152904 is #EAD6FB. Grayscale: #1E1E1E. Windows color (decimal): -15390460 or 272661. OLE color: 272661.

HSL color Cylindrical-coordinate representation of color #152904: hue angle of 92.43º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152904 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB21414-
CMYK0.4900.900.84
HSL92.43º82.22%8.82%-
HSV(B)92.43º90.24%16.08%-
XYZ1.121.750.39-
YUV30.8112.87121.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.82%
GREEN value IS 41 (16.41% from 255) = 62.12%
BLUE value IS 4 (1.95% from 255) = 6.06%
R=31.82%
G=62.12%
B=6.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal214140.4900.900.8492.4382.228.82
Hex152943105A545c529
Octal2551461013212413412211
Binary10101101001100110001010110101010100101110010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152904; }

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

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

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

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

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

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

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

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