Html Css Color HEX #2F3820 Pine Tree

📋 copy color: '#2F3820'

red 47 ◦ green 56 ◦ blue 32

#2F3820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #2F3820

Tints of Pine Tree #2F3820

RGB

 RED value IS 47 (18.75% from 255) = 34.81%

 GREEN value IS 56 (22.27% from 255) = 41.48%

 BLUE value IS 32 (12.89% from 255) = 23.7%

R = 34.81%
G = 41.48%
B = 23.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#2F3820 (or 0x2F3820) is known color: Pine Tree. HEX triplet: 2F, 38 and 20. RGB value is (47,56,32). Sum of RGB (Red+Green+Blue) = 47+56+32=135 (17% of max value = 765). Red value is 47 (18.75% from 255 or 34.81% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 56 - color contains mainly: green. Hex color #2F3820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3820 is #D0C7DF. Grayscale: #323232. Windows color (decimal): -13682656 or 2111535. OLE color: 2111535.

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

Color convert

RGB 47 56 32 -
CMYK 0.16 0 0.43 0.78
HSL 82.5º 0.27% 0.17% -
HSV(B) 82.5º 0.43% 0.22% -
XYZ 2.85 3.54 1.9 -
YUV 50.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 47 56 32 0.16 0 0.43 0.78 82.5 0.27 0.17
Hex 2F 38 20 10 0 2B 4E 52 1B 11
Octal 57 70 40 20 0 53 116 122 33 21
Binary 101111 111000 100000 10000 0 101011 1001110 1010010 11011 10001

Color Harmonies of #2F3820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3820

Black with #2F3820

Text Example


Text Example

White with #2F3820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F3820;
 }
 .AnyTagClassName
 {
   color: #2F3820;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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