#293517

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

Shades of Pine Tree #293517

Tints of Pine Tree #293517

Color information

#293517 (or 0x293517) is unknown color: approx Pine Tree. HEX triplet: 29, 35 and 17. RGB value is (41,53,23). Sum of RGB (Red+Green+Blue) = 41+53+23=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 53 - color contains mainly: green. Hex color #293517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293517 is #D6CAE8. Grayscale: #2E2E2E. Windows color (decimal): -14076649 or 1520937. OLE color: 1520937.

HSL color Cylindrical-coordinate representation of color #293517: hue angle of 84º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #293517 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB415323-
CMYK0.2300.570.79
HSL84º39.47%14.9%-
HSV(B)84º56.6%20.78%-
XYZ2.343.081.28-
YUV45.99115.02124.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.04%
GREEN value IS 53 (21.09% from 255) = 45.30%
BLUE value IS 23 (9.38% from 255) = 19.66%
R=35.04%
G=45.30%
B=19.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4153230.2300.570.798439.4714.9
Hex293517170394F5427f
Octal516527270711171244717
Binary10100111010110111101110111001100111110101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293517; }

 p { color: rgb(41,53,23); }

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

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

 a { background-color: rgb(41,53,23); }

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

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

 span { border-color: rgb(41,53,23); }

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