#2F391E

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

Shades of Pine Tree #2F391E

Tints of Pine Tree #2F391E

Color information

#2F391E (or 0x2F391E) is unknown color: approx Pine Tree. HEX triplet: 2F, 39 and 1E. RGB value is (47,57,30). Sum of RGB (Red+Green+Blue) = 47+57+30=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 57 - color contains mainly: green. Hex color #2F391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F391E is #D0C6E1. Grayscale: #333333. Windows color (decimal): -13682402 or 1980719. OLE color: 1980719.

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

Color convert

RGB475730-
CMYK0.1800.470.78
HSL82.22º31.03%17.06%-
HSV(B)82.22º47.37%22.35%-
XYZ2.873.621.78-
YUV50.93116.19125.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.07%
GREEN value IS 57 (22.66% from 255) = 42.54%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=35.07%
G=42.54%
B=22.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4757300.1800.470.7882.2231.0317.06
Hex2F391E1202F4E521f11
Octal577136220571161223721
Binary10111111100111110100100101111100111010100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,57,30); }

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

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

 a { background-color: rgb(47,57,30); }

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

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

 span { border-color: rgb(47,57,30); }

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