#293613

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

Shades of Pine Tree #293613

Tints of Pine Tree #293613

Color information

#293613 (or 0x293613) is unknown color: approx Pine Tree. HEX triplet: 29, 36 and 13. RGB value is (41,54,19). Sum of RGB (Red+Green+Blue) = 41+54+19=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 54 (21.48% from 255 or 47.37% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 54 - color contains mainly: green. Hex color #293613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293613 is #D6C9EC. Grayscale: #2E2E2E. Windows color (decimal): -14076397 or 1259049. OLE color: 1259049.

HSL color Cylindrical-coordinate representation of color #293613: hue angle of 82.29º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293613 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB415419-
CMYK0.2400.650.79
HSL82.29º47.95%14.31%-
HSV(B)82.29º64.81%21.18%-
XYZ2.353.161.1-
YUV46.12112.69124.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.96%
GREEN value IS 54 (21.48% from 255) = 47.37%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=35.96%
G=47.37%
B=16.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4154190.2400.650.7982.2947.9514.31
Hex293613180414F5230e
Octal5166233001011171226016
Binary101001110110100111100001000001100111110100101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293613; }

 p { color: rgb(41,54,19); }

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

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

 a { background-color: rgb(41,54,19); }

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

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

 span { border-color: rgb(41,54,19); }

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