#293711

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

Shades of Pine Tree #293711

Tints of Pine Tree #293711

Color information

#293711 (or 0x293711) is unknown color: approx Pine Tree. HEX triplet: 29, 37 and 11. RGB value is (41,55,17). Sum of RGB (Red+Green+Blue) = 41+55+17=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #293711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293711 is #D6C8EE. Grayscale: #2E2E2E. Windows color (decimal): -14076143 or 1128233. OLE color: 1128233.

HSL color Cylindrical-coordinate representation of color #293711: hue angle of 82.11º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #293711 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.

Color convert

RGB415517-
CMYK0.2500.690.78
HSL82.11º52.78%14.12%-
HSV(B)82.11º69.09%21.57%-
XYZ2.383.241.03-
YUV46.48111.36124.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.28%
GREEN value IS 55 (21.88% from 255) = 48.67%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=36.28%
G=48.67%
B=15.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4155170.2500.690.7882.1152.7814.12
Hex293711190454E5235e
Octal5167213101051161226516
Binary101001110111100011100101000101100111010100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293711; }

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

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

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

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

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

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

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

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