#2F4B37

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

Shades of Timber Green #2F4B37

Tints of Timber Green #2F4B37

Color information

#2F4B37 (or 0x2F4B37) is unknown color: approx Timber Green. HEX triplet: 2F, 4B and 37. RGB value is (47,75,55). Sum of RGB (Red+Green+Blue) = 47+75+55=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 75 - color contains mainly: green. Hex color #2F4B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4B37 is #D0B4C8. Grayscale: #404040. Windows color (decimal): -13677769 or 3623727. OLE color: 3623727.

HSL color Cylindrical-coordinate representation of color #2F4B37: hue angle of 137.14º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F4B37 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB477555-
CMYK0.3700.270.71
HSL137.14º22.95%23.92%-
HSV(B)137.14º37.33%29.41%-
XYZ4.385.914.52-
YUV64.35122.72115.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.55%
GREEN value IS 75 (29.69% from 255) = 42.37%
BLUE value IS 55 (21.88% from 255) = 31.07%
R=26.55%
G=42.37%
B=31.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4775550.3700.270.71137.1422.9523.92
Hex2F4B372501B47891718
Octal5711367450331072112730
Binary10111110010111101111001010110111000111100010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,75,55); }

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

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

 a { background-color: rgb(47,75,55); }

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

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

 span { border-color: rgb(47,75,55); }

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