#2F381F

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

Shades of Pine Tree #2F381F

Tints of Pine Tree #2F381F

Color information

#2F381F (or 0x2F381F) is unknown color: approx Pine Tree. HEX triplet: 2F, 38 and 1F. RGB value is (47,56,31). Sum of RGB (Red+Green+Blue) = 47+56+31=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 56 - color contains mainly: green. Hex color #2F381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F381F is #D0C7E0. Grayscale: #323232. Windows color (decimal): -13682657 or 2045999. OLE color: 2045999.

HSL color Cylindrical-coordinate representation of color #2F381F: hue angle of 81.6º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F381F is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB475631-
CMYK0.1600.450.78
HSL81.6º28.74%17.06%-
HSV(B)81.6º44.64%21.96%-
XYZ2.833.531.83-
YUV50.46117.02125.53-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.07%
GREEN value IS 56 (22.27% from 255) = 41.79%
BLUE value IS 31 (12.5% from 255) = 23.13%
R=35.07%
G=41.79%
B=23.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4756310.1600.450.7881.628.7417.06
Hex2F381F1002D4E521d11
Octal577037200551161223521
Binary10111111100011111100000101101100111010100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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