#293411

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

Shades of Pine Tree #293411

Tints of Pine Tree #293411

Color information

#293411 (or 0x293411) is unknown color: approx Pine Tree. HEX triplet: 29, 34 and 11. RGB value is (41,52,17). Sum of RGB (Red+Green+Blue) = 41+52+17=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #293411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293411 is #D6CBEE. Grayscale: #2C2C2C. Windows color (decimal): -14076911 or 1127465. OLE color: 1127465.

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

Color convert

RGB415217-
CMYK0.2100.670.80
HSL78.86º50.72%13.53%-
HSV(B)78.86º67.31%20.39%-
XYZ2.242.970.98-
YUV44.72112.36125.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.27%
GREEN value IS 52 (20.70% from 255) = 47.27%
BLUE value IS 17 (7.03% from 255) = 15.45%
R=37.27%
G=47.27%
B=15.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4152170.2100.670.8078.8650.7213.53
Hex29341115043504f33e
Octal5164212501031201176316
Binary101001110100100011010101000011101000010011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293411; }

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

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

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

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

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

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

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

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