#2F4633

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

Shades of Timber Green #2F4633

Tints of Timber Green #2F4633

Color information

#2F4633 (or 0x2F4633) is unknown color: approx Timber Green. HEX triplet: 2F, 46 and 33. RGB value is (47,70,51). Sum of RGB (Red+Green+Blue) = 47+70+51=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #2F4633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4633 is #D0B9CC. Grayscale: #3D3D3D. Windows color (decimal): -13679053 or 3360303. OLE color: 3360303.

HSL color Cylindrical-coordinate representation of color #2F4633: hue angle of 130.43º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2F4633 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.73.

Color convert

RGB477051-
CMYK0.3300.270.73
HSL130.43º19.66%22.94%-
HSV(B)130.43º32.86%27.45%-
XYZ3.965.223.93-
YUV60.96122.38118.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.98%
GREEN value IS 70 (27.73% from 255) = 41.67%
BLUE value IS 51 (20.31% from 255) = 30.36%
R=27.98%
G=41.67%
B=30.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4770510.3300.270.73130.4319.6622.94
Hex2F46332101B49821417
Octal5710663410331112022427
Binary10111110001101100111000010110111001001100000101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,70,51); }

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

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

 a { background-color: rgb(47,70,51); }

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

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

 span { border-color: rgb(47,70,51); }

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