#2F4D35

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

Shades of Timber Green #2F4D35

Tints of Timber Green #2F4D35

Color information

#2F4D35 (or 0x2F4D35) is unknown color: approx Timber Green. HEX triplet: 2F, 4D and 35. RGB value is (47,77,53). Sum of RGB (Red+Green+Blue) = 47+77+53=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #2F4D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4D35 is #D0B2CA. Grayscale: #414141. Windows color (decimal): -13677259 or 3493167. OLE color: 3493167.

HSL color Cylindrical-coordinate representation of color #2F4D35: hue angle of 132º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F4D35 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.70.

Color convert

RGB477753-
CMYK0.3900.310.70
HSL132º24.19%24.31%-
HSV(B)132º38.96%30.2%-
XYZ4.476.174.32-
YUV65.29121.06114.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.55%
GREEN value IS 77 (30.47% from 255) = 43.50%
BLUE value IS 53 (21.09% from 255) = 29.94%
R=26.55%
G=43.50%
B=29.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4777530.3900.310.7013224.1924.31
Hex2F4D352701F46841818
Octal5711565470371062043030
Binary10111110011011101011001110111111000110100001001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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