#293A15

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

Shades of Pine Tree #293A15

Tints of Pine Tree #293A15

Color information

#293A15 (or 0x293A15) is unknown color: approx Pine Tree. HEX triplet: 29, 3A and 15. RGB value is (41,58,21). Sum of RGB (Red+Green+Blue) = 41+58+21=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 58 - color contains mainly: green. Hex color #293A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293A15 is #D6C5EA. Grayscale: #303030. Windows color (decimal): -14075371 or 1391145. OLE color: 1391145.

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

Color convert

RGB415821-
CMYK0.2900.640.77
HSL87.57º46.84%15.49%-
HSV(B)87.57º63.79%22.75%-
XYZ2.563.551.26-
YUV48.7112.37122.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.17%
GREEN value IS 58 (23.05% from 255) = 48.33%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=34.17%
G=48.33%
B=17.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4158210.2900.640.7787.5746.8415.49
Hex293A151D0404D582ff
Octal5172253501001151305717
Binary101001111010101011110101000000100110110110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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