#2A482F

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

Shades of Timber Green #2A482F

Tints of Timber Green #2A482F

Color information

#2A482F (or 0x2A482F) is unknown color: approx Timber Green. HEX triplet: 2A, 48 and 2F. RGB value is (42,72,47). Sum of RGB (Red+Green+Blue) = 42+72+47=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #2A482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A482F is #D5B7D0. Grayscale: #3C3C3C. Windows color (decimal): -14006225 or 3098666. OLE color: 3098666.

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

Color convert

RGB427247-
CMYK0.4200.350.72
HSL130º26.32%22.35%-
HSV(B)130º41.67%28.24%-
XYZ3.795.333.52-
YUV60.18120.56115.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.09%
GREEN value IS 72 (28.52% from 255) = 44.72%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=26.09%
G=44.72%
B=29.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4272470.4200.350.7213026.3222.35
Hex2A482F2A02348821a16
Octal5211057520431102023226
Binary101010100100010111110101001000111001000100000101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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