#293D14

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

Shades of Pine Tree #293D14

Tints of Pine Tree #293D14

Color information

#293D14 (or 0x293D14) is unknown color: approx Pine Tree. HEX triplet: 29, 3D and 14. RGB value is (41,61,20). Sum of RGB (Red+Green+Blue) = 41+61+20=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 61 (24.22% from 255 or 50% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 61 - color contains mainly: green. Hex color #293D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293D14 is #D6C2EB. Grayscale: #323232. Windows color (decimal): -14074604 or 1326377. OLE color: 1326377.

HSL color Cylindrical-coordinate representation of color #293D14: hue angle of 89.27º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #293D14 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB416120-
CMYK0.3300.670.76
HSL89.27º50.62%15.88%-
HSV(B)89.27º67.21%23.92%-
XYZ2.713.861.26-
YUV50.35110.87121.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 61 (24.22% from 255) = 50%
BLUE value IS 20 (8.20% from 255) = 16.39%
R=33.61%
G=50%
B=16.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4161200.3300.670.7689.2750.6215.88
Hex293D14210434C593310
Octal5175244101031141316320
Binary10100111110110100100001010000111001100101100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,61,20); }

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

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

 a { background-color: rgb(41,61,20); }

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

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

 span { border-color: rgb(41,61,20); }

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