#293612

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

Shades of Pine Tree #293612

Tints of Pine Tree #293612

Color information

#293612 (or 0x293612) is unknown color: approx Pine Tree. HEX triplet: 29, 36 and 12. RGB value is (41,54,18). Sum of RGB (Red+Green+Blue) = 41+54+18=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 54 - color contains mainly: green. Hex color #293612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293612 is #D6C9ED. Grayscale: #2E2E2E. Windows color (decimal): -14076398 or 1193513. OLE color: 1193513.

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

Color convert

RGB415418-
CMYK0.2400.670.79
HSL81.67º50%14.12%-
HSV(B)81.67º66.67%21.18%-
XYZ2.343.151.06-
YUV46.01112.19124.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.28%
GREEN value IS 54 (21.48% from 255) = 47.79%
BLUE value IS 18 (7.42% from 255) = 15.93%
R=36.28%
G=47.79%
B=15.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4154180.2400.670.7981.675014.12
Hex293612180434F5232e
Octal5166223001031171226216
Binary101001110110100101100001000011100111110100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293612; }

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

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

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

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

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

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

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

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