#2A4831

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

Shades of Timber Green #2A4831

Tints of Timber Green #2A4831

Color information

#2A4831 (or 0x2A4831) is unknown color: approx Timber Green. HEX triplet: 2A, 48 and 31. RGB value is (42,72,49). Sum of RGB (Red+Green+Blue) = 42+72+49=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #2A4831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4831 is #D5B7CE. Grayscale: #3C3C3C. Windows color (decimal): -14006223 or 3229738. OLE color: 3229738.

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

Color convert

RGB427249-
CMYK0.4200.320.72
HSL134º26.32%22.35%-
HSV(B)134º41.67%28.24%-
XYZ3.835.353.74-
YUV60.41121.56114.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.77%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=25.77%
G=44.17%
B=30.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4272490.4200.320.7213426.3222.35
Hex2A48312A02048861a16
Octal5211061520401102063226
Binary101010100100011000110101001000001001000100001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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