#293619

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

Shades of Pine Tree #293619

Tints of Pine Tree #293619

Color information

#293619 (or 0x293619) is unknown color: approx Pine Tree. HEX triplet: 29, 36 and 19. RGB value is (41,54,25). Sum of RGB (Red+Green+Blue) = 41+54+25=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 54 - color contains mainly: green. Hex color #293619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293619 is #D6C9E6. Grayscale: #2E2E2E. Windows color (decimal): -14076391 or 1652265. OLE color: 1652265.

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

Color convert

RGB415425-
CMYK0.2400.540.79
HSL86.9º36.71%15.49%-
HSV(B)86.9º53.7%21.18%-
XYZ2.413.181.41-
YUV46.81115.69123.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.17%
GREEN value IS 54 (21.48% from 255) = 45%
BLUE value IS 25 (10.16% from 255) = 20.83%
R=34.17%
G=45%
B=20.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4154250.2400.540.7986.936.7115.49
Hex293619180364F5725f
Octal516631300661171274517
Binary10100111011011001110000110110100111110101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293619; }

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

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

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

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

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

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

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

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