#293A11

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

Shades of Pine Tree #293A11

Tints of Pine Tree #293A11

Color information

#293A11 (or 0x293A11) is unknown color: approx Pine Tree. HEX triplet: 29, 3A and 11. RGB value is (41,58,17). Sum of RGB (Red+Green+Blue) = 41+58+17=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 58 (23.05% from 255 or 50% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 58 - color contains mainly: green. Hex color #293A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293A11 is #D6C5EE. Grayscale: #303030. Windows color (decimal): -14075375 or 1129001. OLE color: 1129001.

HSL color Cylindrical-coordinate representation of color #293A11: hue angle of 84.88º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #293A11 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.

Color convert

RGB415817-
CMYK0.2900.710.77
HSL84.88º54.67%14.71%-
HSV(B)84.88º70.69%22.75%-
XYZ2.533.541.08-
YUV48.24110.37122.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.34%
GREEN value IS 58 (23.05% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 14.66%
R=35.34%
G=50%
B=14.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4158170.2900.710.7784.8854.6714.71
Hex293A111D0474D5537f
Octal5172213501071151256717
Binary101001111010100011110101000111100110110101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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