#2F3922

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

Shades of Pine Tree #2F3922

Tints of Pine Tree #2F3922

Color information

#2F3922 (or 0x2F3922) is unknown color: approx Pine Tree. HEX triplet: 2F, 39 and 22. RGB value is (47,57,34). Sum of RGB (Red+Green+Blue) = 47+57+34=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 57 - color contains mainly: green. Hex color #2F3922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3922 is #D0C6DD. Grayscale: #333333. Windows color (decimal): -13682398 or 2242863. OLE color: 2242863.

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

Color convert

RGB475734-
CMYK0.1800.400.78
HSL86.09º25.27%17.84%-
HSV(B)86.09º40.35%22.35%-
XYZ2.923.652.06-
YUV51.39118.19124.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.06%
GREEN value IS 57 (22.66% from 255) = 41.30%
BLUE value IS 34 (13.67% from 255) = 24.64%
R=34.06%
G=41.30%
B=24.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4757340.1800.400.7886.0925.2717.84
Hex2F3922120284E561912
Octal577142220501161263122
Binary101111111001100010100100101000100111010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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