#2F4838

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

Shades of Timber Green #2F4838

Tints of Timber Green #2F4838

Color information

#2F4838 (or 0x2F4838) is unknown color: approx Timber Green. HEX triplet: 2F, 48 and 38. RGB value is (47,72,56). Sum of RGB (Red+Green+Blue) = 47+72+56=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4838 is #D0B7C7. Grayscale: #3E3E3E. Windows color (decimal): -13678536 or 3688495. OLE color: 3688495.

HSL color Cylindrical-coordinate representation of color #2F4838: hue angle of 141.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2F4838 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB477256-
CMYK0.3500.220.72
HSL141.6º21.01%23.33%-
HSV(B)141.6º34.72%28.24%-
XYZ4.25.524.59-
YUV62.7124.22116.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.86%
GREEN value IS 72 (28.52% from 255) = 41.14%
BLUE value IS 56 (22.27% from 255) = 32%
R=26.86%
G=41.14%
B=32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4772560.3500.220.72141.621.0123.33
Hex2F483823016488e1517
Octal5711070430261102162527
Binary10111110010001110001000110101101001000100011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,72,56); }

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

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

 a { background-color: rgb(47,72,56); }

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

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

 span { border-color: rgb(47,72,56); }

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