#293021

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

Shades of Pine Tree #293021

Tints of Pine Tree #293021

Color information

#293021 (or 0x293021) is unknown color: approx Pine Tree. HEX triplet: 29, 30 and 21. RGB value is (41,48,33). Sum of RGB (Red+Green+Blue) = 41+48+33=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 48 - color contains mainly: green. Hex color #293021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293021 is #D6CFDE. Grayscale: #2C2C2C. Windows color (decimal): -14077919 or 2175017. OLE color: 2175017.

HSL color Cylindrical-coordinate representation of color #293021: hue angle of 88º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #293021 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB414833-
CMYK0.1500.310.81
HSL88º18.52%15.88%-
HSV(B)88º31.25%18.82%-
XYZ2.252.71.84-
YUV44.2121.68125.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=33.61%
G=39.34%
B=27.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148330.1500.310.818818.5215.88
Hex293021F01F51581310
Octal516041170371211302320
Binary1010011100001000011111011111101000110110001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293021; }

 p { color: rgb(41,48,33); }

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

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

 a { background-color: rgb(41,48,33); }

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

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

 span { border-color: rgb(41,48,33); }

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