#293E12

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

Shades of Pine Tree #293E12

Tints of Pine Tree #293E12

Color information

#293E12 (or 0x293E12) is unknown color: approx Pine Tree. HEX triplet: 29, 3E and 12. RGB value is (41,62,18). Sum of RGB (Red+Green+Blue) = 41+62+18=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 62 (24.61% from 255 or 51.24% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 62 - color contains mainly: green. Hex color #293E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293E12 is #D6C1ED. Grayscale: #323232. Windows color (decimal): -14074350 or 1195561. OLE color: 1195561.

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

Color convert

RGB416218-
CMYK0.3400.710.76
HSL88.64º55%15.69%-
HSV(B)88.64º70.97%24.31%-
XYZ2.753.961.19-
YUV50.7109.54121.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 62 (24.61% from 255) = 51.24%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=33.88%
G=51.24%
B=14.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4162180.3400.710.7688.645515.69
Hex293E12220474C593710
Octal5176224201071141316720
Binary10100111111010010100010010001111001100101100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,62,18); }

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

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

 a { background-color: rgb(41,62,18); }

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

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

 span { border-color: rgb(41,62,18); }

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