#2A331F

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

Shades of Pine Tree #2A331F

Tints of Pine Tree #2A331F

Color information

#2A331F (or 0x2A331F) is unknown color: approx Pine Tree. HEX triplet: 2A, 33 and 1F. RGB value is (42,51,31). Sum of RGB (Red+Green+Blue) = 42+51+31=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 51 - color contains mainly: green. Hex color #2A331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A331F is #D5CCE0. Grayscale: #2E2E2E. Windows color (decimal): -14011617 or 2044714. OLE color: 2044714.

HSL color Cylindrical-coordinate representation of color #2A331F: hue angle of 87º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2A331F is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB425131-
CMYK0.1800.390.8
HSL87º24.39%16.08%-
HSV(B)87º39.22%20%-
XYZ2.392.961.74-
YUV46.03119.52125.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.87%
GREEN value IS 51 (20.31% from 255) = 41.13%
BLUE value IS 31 (12.5% from 255) = 25%
R=33.87%
G=41.13%
B=25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4251310.1800.390.88724.3916.08
Hex2A331F1202750571810
Octal526337220471201273020
Binary10101011001111111100100100111101000010101111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A331F; }

 p { color: rgb(42,51,31); }

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

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

 a { background-color: rgb(42,51,31); }

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

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

 span { border-color: rgb(42,51,31); }

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