#292F1F

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

Shades of Pine Tree #292F1F

Tints of Pine Tree #292F1F

Color information

#292F1F (or 0x292F1F) is unknown color: approx Pine Tree. HEX triplet: 29, 2F and 1F. RGB value is (41,47,31). Sum of RGB (Red+Green+Blue) = 41+47+31=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 47 - color contains mainly: green. Hex color #292F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F1F is #D6D0E0. Grayscale: #2B2B2B. Windows color (decimal): -14078177 or 2043689. OLE color: 2043689.

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

Color convert

RGB414731-
CMYK0.1300.340.82
HSL82.5º20.51%15.29%-
HSV(B)82.5º34.04%18.43%-
XYZ2.182.61.68-
YUV43.38121.01126.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.45%
GREEN value IS 47 (18.75% from 255) = 39.50%
BLUE value IS 31 (12.5% from 255) = 26.05%
R=34.45%
G=39.50%
B=26.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4147310.1300.340.8282.520.5115.29
Hex292F1FD022525215f
Octal515737150421221222517
Binary101001101111111111101010001010100101010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,47,31); }

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

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

 a { background-color: rgb(41,47,31); }

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

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

 span { border-color: rgb(41,47,31); }

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