#2F402F

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

Shades of Timber Green #2F402F

Tints of Timber Green #2F402F

Color information

#2F402F (or 0x2F402F) is unknown color: approx Timber Green. HEX triplet: 2F, 40 and 2F. RGB value is (47,64,47). Sum of RGB (Red+Green+Blue) = 47+64+47=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #2F402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F402F is #D0BFD0. Grayscale: #393939. Windows color (decimal): -13680593 or 3096623. OLE color: 3096623.

HSL color Cylindrical-coordinate representation of color #2F402F: hue angle of 120º 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 #2F402F is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB476447-
CMYK0.2700.270.75
HSL120º15.32%21.76%-
HSV(B)120º26.56%25.1%-
XYZ3.524.483.37-
YUV56.98122.37120.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.75%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 47 (18.75% from 255) = 29.75%
R=29.75%
G=40.51%
B=29.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4764470.2700.270.7512015.3221.76
Hex2F402F1B01B4B78f16
Octal5710057330331131701726
Binary10111110000001011111101101101110010111111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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