#29420F

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

Shades of Pine Tree #29420F

Tints of Pine Tree #29420F

Color information

#29420F (or 0x29420F) is unknown color: approx Pine Tree. HEX triplet: 29, 42 and 0F. RGB value is (41,66,15). Sum of RGB (Red+Green+Blue) = 41+66+15=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #29420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29420F is #D6BDF0. Grayscale: #343434. Windows color (decimal): -14073329 or 999977. OLE color: 999977.

HSL color Cylindrical-coordinate representation of color #29420F: hue angle of 89.41º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29420F is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB416615-
CMYK0.3800.770.74
HSL89.41º62.96%15.88%-
HSV(B)89.41º77.27%25.88%-
XYZ2.954.41.15-
YUV52.71106.72119.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 66 (26.17% from 255) = 54.10%
BLUE value IS 15 (6.25% from 255) = 12.30%
R=33.61%
G=54.10%
B=12.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4166150.3800.770.7489.4162.9615.88
Hex2942F2604D4A593f10
Octal51102174601151121317720
Binary10100110000101111100110010011011001010101100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29420F; }

 p { color: rgb(41,66,15); }

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

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

 a { background-color: rgb(41,66,15); }

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

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

 span { border-color: rgb(41,66,15); }

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