#2F3B20

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

Shades of Pine Tree #2F3B20

Tints of Pine Tree #2F3B20

Color information

#2F3B20 (or 0x2F3B20) is unknown color: approx Pine Tree. HEX triplet: 2F, 3B and 20. RGB value is (47,59,32). Sum of RGB (Red+Green+Blue) = 47+59+32=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 59 (23.44% from 255 or 42.75% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 59 - color contains mainly: green. Hex color #2F3B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3B20 is #D0C4DF. Grayscale: #343434. Windows color (decimal): -13681888 or 2112303. OLE color: 2112303.

HSL color Cylindrical-coordinate representation of color #2F3B20: hue angle of 86.67º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F3B20 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.77.

Color convert

RGB475932-
CMYK0.2000.460.77
HSL86.67º29.67%17.84%-
HSV(B)86.67º45.76%23.14%-
XYZ33.841.95-
YUV52.33116.52124.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.06%
GREEN value IS 59 (23.44% from 255) = 42.75%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=34.06%
G=42.75%
B=23.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4759320.2000.460.7786.6729.6717.84
Hex2F3B201402E4D571e12
Octal577340240561151273622
Binary101111111011100000101000101110100110110101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,59,32); }

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

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

 a { background-color: rgb(47,59,32); }

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

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

 span { border-color: rgb(47,59,32); }

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