#293512

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

Shades of Pine Tree #293512

Tints of Pine Tree #293512

Color information

#293512 (or 0x293512) is unknown color: approx Pine Tree. HEX triplet: 29, 35 and 12. RGB value is (41,53,18). Sum of RGB (Red+Green+Blue) = 41+53+18=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 53 - color contains mainly: green. Hex color #293512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293512 is #D6CAED. Grayscale: #2D2D2D. Windows color (decimal): -14076654 or 1193257. OLE color: 1193257.

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

Color convert

RGB415318-
CMYK0.2300.660.79
HSL80.57º49.3%13.92%-
HSV(B)80.57º66.04%20.78%-
XYZ2.33.061.04-
YUV45.42112.52124.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.61%
GREEN value IS 53 (21.09% from 255) = 47.32%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=36.61%
G=47.32%
B=16.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4153180.2300.660.7980.5749.313.92
Hex293512170424F5131e
Octal5165222701021171216116
Binary101001110101100101011101000010100111110100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293512; }

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

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

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

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

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

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

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

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