#293E10

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

Shades of Pine Tree #293E10

Tints of Pine Tree #293E10

Color information

#293E10 (or 0x293E10) is unknown color: approx Pine Tree. HEX triplet: 29, 3E and 10. RGB value is (41,62,16). Sum of RGB (Red+Green+Blue) = 41+62+16=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 62 (24.61% from 255 or 52.10% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 62 - color contains mainly: green. Hex color #293E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293E10 is #D6C1EF. Grayscale: #323232. Windows color (decimal): -14074352 or 1064489. OLE color: 1064489.

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

Color convert

RGB416216-
CMYK0.3400.740.76
HSL87.39º58.97%15.29%-
HSV(B)87.39º74.19%24.31%-
XYZ2.733.951.11-
YUV50.48108.54121.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.45%
GREEN value IS 62 (24.61% from 255) = 52.10%
BLUE value IS 16 (6.64% from 255) = 13.45%
R=34.45%
G=52.10%
B=13.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4162160.3400.740.7687.3958.9715.29
Hex293E102204A4C573bf
Octal5176204201121141277317
Binary1010011111101000010001001001010100110010101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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