#293E11

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

Shades of Pine Tree #293E11

Tints of Pine Tree #293E11

Color information

#293E11 (or 0x293E11) is unknown color: approx Pine Tree. HEX triplet: 29, 3E and 11. RGB value is (41,62,17). Sum of RGB (Red+Green+Blue) = 41+62+17=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 62 (24.61% from 255 or 51.67% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 62 - color contains mainly: green. Hex color #293E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293E11 is #D6C1EE. Grayscale: #323232. Windows color (decimal): -14074351 or 1130025. OLE color: 1130025.

HSL color Cylindrical-coordinate representation of color #293E11: hue angle of 88º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #293E11 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB416217-
CMYK0.3400.730.76
HSL88º56.96%15.49%-
HSV(B)88º72.58%24.31%-
XYZ2.743.961.15-
YUV50.59109.04121.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.17%
GREEN value IS 62 (24.61% from 255) = 51.67%
BLUE value IS 17 (7.03% from 255) = 14.17%
R=34.17%
G=51.67%
B=14.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4162170.3400.730.768856.9615.49
Hex293E11220494C5839f
Octal5176214201111141307117
Binary1010011111101000110001001001001100110010110001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293E11; }

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

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

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

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

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

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

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

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