#2F4132

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

Shades of Timber Green #2F4132

Tints of Timber Green #2F4132

Color information

#2F4132 (or 0x2F4132) is unknown color: approx Timber Green. HEX triplet: 2F, 41 and 32. RGB value is (47,65,50). Sum of RGB (Red+Green+Blue) = 47+65+50=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4132 is #D0BECD. Grayscale: #393939. Windows color (decimal): -13680334 or 3293487. OLE color: 3293487.

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

Color convert

RGB476550-
CMYK0.2800.230.75
HSL130º16.07%21.96%-
HSV(B)130º27.69%25.49%-
XYZ3.644.623.72-
YUV57.91123.54120.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.01%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 50 (19.92% from 255) = 30.86%
R=29.01%
G=40.12%
B=30.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4765500.2800.230.7513016.0721.96
Hex2F41321C0174B821016
Octal5710162340271132022026
Binary1011111000001110010111000101111001011100000101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,65,50); }

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

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

 a { background-color: rgb(47,65,50); }

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

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

 span { border-color: rgb(47,65,50); }

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