#293A18

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

Shades of Pine Tree #293A18

Tints of Pine Tree #293A18

Color information

#293A18 (or 0x293A18) is unknown color: approx Pine Tree. HEX triplet: 29, 3A and 18. RGB value is (41,58,24). Sum of RGB (Red+Green+Blue) = 41+58+24=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 58 - color contains mainly: green. Hex color #293A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293A18 is #D6C5E7. Grayscale: #313131. Windows color (decimal): -14075368 or 1587753. OLE color: 1587753.

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

Color convert

RGB415824-
CMYK0.2900.590.77
HSL90º41.46%16.08%-
HSV(B)90º58.62%22.75%-
XYZ2.593.561.42-
YUV49.04113.87122.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 58 (23.05% from 255) = 47.15%
BLUE value IS 24 (9.77% from 255) = 19.51%
R=33.33%
G=47.15%
B=19.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4158240.2900.590.779041.4616.08
Hex293A181D03B4D5a2910
Octal517230350731151325120
Binary101001111010110001110101110111001101101101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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