#293415

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

Shades of Pine Tree #293415

Tints of Pine Tree #293415

Color information

#293415 (or 0x293415) is unknown color: approx Pine Tree. HEX triplet: 29, 34 and 15. RGB value is (41,52,21). Sum of RGB (Red+Green+Blue) = 41+52+21=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #293415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293415 is #D6CBEA. Grayscale: #2D2D2D. Windows color (decimal): -14076907 or 1389609. OLE color: 1389609.

HSL color Cylindrical-coordinate representation of color #293415: hue angle of 81.29º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #293415 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB415221-
CMYK0.2100.600.80
HSL81.29º42.47%14.31%-
HSV(B)81.29º59.62%20.39%-
XYZ2.282.981.16-
YUV45.18114.36125.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.96%
GREEN value IS 52 (20.70% from 255) = 45.61%
BLUE value IS 21 (8.59% from 255) = 18.42%
R=35.96%
G=45.61%
B=18.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4152210.2100.600.8081.2942.4714.31
Hex2934151503C50512ae
Octal516425250741201215216
Binary10100111010010101101010111100101000010100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293415; }

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

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

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

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

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

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

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

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