#2F3F31

Color #2F3F31 Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #2F3F31

Tints of Timber Green #2F3F31

Color information

#2F3F31 (or 0x2F3F31) is unknown color: approx Timber Green. HEX triplet: 2F, 3F and 31. RGB value is (47,63,49). Sum of RGB (Red+Green+Blue) = 47+63+49=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 63 - color contains mainly: green. Hex color #2F3F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3F31 is #D0C0CE. Grayscale: #383838. Windows color (decimal): -13680847 or 3227439. OLE color: 3227439.

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

Color convert

RGB476349-
CMYK0.2500.220.75
HSL127.5º14.55%21.57%-
HSV(B)127.5º25.4%24.71%-
XYZ3.54.383.57-
YUV56.62123.7121.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.56%
GREEN value IS 63 (25% from 255) = 39.62%
BLUE value IS 49 (19.53% from 255) = 30.82%
R=29.56%
G=39.62%
B=30.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4763490.2500.220.75127.514.5521.57
Hex2F3F31190164B80f16
Octal577761310261132001726
Binary10111111111111000111001010110100101110000000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,63,49); }

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

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

 a { background-color: rgb(47,63,49); }

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

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

 span { border-color: rgb(47,63,49); }

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