#293914

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

Shades of Pine Tree #293914

Tints of Pine Tree #293914

Color information

#293914 (or 0x293914) is unknown color: approx Pine Tree. HEX triplet: 29, 39 and 14. RGB value is (41,57,20). Sum of RGB (Red+Green+Blue) = 41+57+20=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 57 - color contains mainly: green. Hex color #293914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293914 is #D6C6EB. Grayscale: #303030. Windows color (decimal): -14075628 or 1325353. OLE color: 1325353.

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

Color convert

RGB415720-
CMYK0.2800.650.78
HSL85.95º48.05%15.1%-
HSV(B)85.95º64.91%22.35%-
XYZ2.53.451.2-
YUV48112.2123.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.75%
GREEN value IS 57 (22.66% from 255) = 48.31%
BLUE value IS 20 (8.20% from 255) = 16.95%
R=34.75%
G=48.31%
B=16.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4157200.2800.650.7885.9548.0515.1
Hex2939141C0414E5630f
Octal5171243401011161266017
Binary101001111001101001110001000001100111010101101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293914; }

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

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

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

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

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

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

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

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