#293912

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

Shades of Pine Tree #293912

Tints of Pine Tree #293912

Color information

#293912 (or 0x293912) is unknown color: approx Pine Tree. HEX triplet: 29, 39 and 12. RGB value is (41,57,18). Sum of RGB (Red+Green+Blue) = 41+57+18=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #293912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293912 is #D6C6ED. Grayscale: #2F2F2F. Windows color (decimal): -14075630 or 1194281. OLE color: 1194281.

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

Color convert

RGB415718-
CMYK0.2800.680.78
HSL84.62º52%14.71%-
HSV(B)84.62º68.42%22.35%-
XYZ2.493.441.11-
YUV47.77111.2123.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.34%
GREEN value IS 57 (22.66% from 255) = 49.14%
BLUE value IS 18 (7.42% from 255) = 15.52%
R=35.34%
G=49.14%
B=15.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4157180.2800.680.7884.625214.71
Hex2939121C0444E5534f
Octal5171223401041161256417
Binary101001111001100101110001000100100111010101011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293912; }

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

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

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

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

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

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

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

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