#2F4035

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

Shades of Timber Green #2F4035

Tints of Timber Green #2F4035

Color information

#2F4035 (or 0x2F4035) is unknown color: approx Timber Green. HEX triplet: 2F, 40 and 35. RGB value is (47,64,53). Sum of RGB (Red+Green+Blue) = 47+64+53=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4035 is #D0BFCA. Grayscale: #393939. Windows color (decimal): -13680587 or 3489839. OLE color: 3489839.

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

Color convert

RGB476453-
CMYK0.2700.170.75
HSL141.18º15.32%21.76%-
HSV(B)141.18º26.56%25.1%-
XYZ3.654.534.05-
YUV57.66125.37120.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.66%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 53 (21.09% from 255) = 32.32%
R=28.66%
G=39.02%
B=32.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4764530.2700.170.75141.1815.3221.76
Hex2F40351B0114B8df16
Octal5710065330211132151726
Binary101111100000011010111011010001100101110001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,64,53); }

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

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

 a { background-color: rgb(47,64,53); }

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

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

 span { border-color: rgb(47,64,53); }

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