#292E21

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

Shades of Pine Tree #292E21

Tints of Pine Tree #292E21

Color information

#292E21 (or 0x292E21) is unknown color: approx Pine Tree. HEX triplet: 29, 2E and 21. RGB value is (41,46,33). Sum of RGB (Red+Green+Blue) = 41+46+33=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 46 - color contains mainly: green. Hex color #292E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E21 is #D6D1DE. Grayscale: #2B2B2B. Windows color (decimal): -14078431 or 2174505. OLE color: 2174505.

HSL color Cylindrical-coordinate representation of color #292E21: hue angle of 83.08º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #292E21 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.

Color convert

RGB414633-
CMYK0.1100.280.82
HSL83.08º16.46%15.49%-
HSV(B)83.08º28.26%18.04%-
XYZ2.172.541.81-
YUV43.02122.34126.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.17%
GREEN value IS 46 (18.36% from 255) = 38.33%
BLUE value IS 33 (13.28% from 255) = 27.5%
R=34.17%
G=38.33%
B=27.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4146330.1100.280.8283.0816.4615.49
Hex292E21B01C525310f
Octal515641130341221232017
Binary101001101110100001101101110010100101010011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292E21; }

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

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

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

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

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

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

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

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