#293910

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

Shades of Pine Tree #293910

Tints of Pine Tree #293910

Color information

#293910 (or 0x293910) is unknown color: approx Pine Tree. HEX triplet: 29, 39 and 10. RGB value is (41,57,16). Sum of RGB (Red+Green+Blue) = 41+57+16=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 57 - color contains mainly: green. Hex color #293910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293910 is #D6C6EF. Grayscale: #2F2F2F. Windows color (decimal): -14075632 or 1063209. OLE color: 1063209.

HSL color Cylindrical-coordinate representation of color #293910: hue angle of 83.41º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293910 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.78.

Color convert

RGB415716-
CMYK0.2800.720.78
HSL83.41º56.16%14.31%-
HSV(B)83.41º71.93%22.35%-
XYZ2.473.441.02-
YUV47.54110.2123.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.96%
GREEN value IS 57 (22.66% from 255) = 50%
BLUE value IS 16 (6.64% from 255) = 14.04%
R=35.96%
G=50%
B=14.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4157160.2800.720.7883.4156.1614.31
Hex2939101C0484E5338e
Octal5171203401101161237016
Binary101001111001100001110001001000100111010100111110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293910; }

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

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

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

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

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

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

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

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