#2A482D

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

Shades of Timber Green #2A482D

Tints of Timber Green #2A482D

Color information

#2A482D (or 0x2A482D) is unknown color: approx Timber Green. HEX triplet: 2A, 48 and 2D. RGB value is (42,72,45). Sum of RGB (Red+Green+Blue) = 42+72+45=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #2A482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A482D is #D5B7D2. Grayscale: #3C3C3C. Windows color (decimal): -14006227 or 2967594. OLE color: 2967594.

HSL color Cylindrical-coordinate representation of color #2A482D: hue angle of 126º 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 #2A482D is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB427245-
CMYK0.4200.380.72
HSL126º26.32%22.35%-
HSV(B)126º41.67%28.24%-
XYZ3.755.323.31-
YUV59.95119.56115.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.42%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=26.42%
G=45.28%
B=28.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4272450.4200.380.7212626.3222.35
Hex2A482D2A026487e1a16
Octal5211055520461101763226
Binary10101010010001011011010100100110100100011111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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