#2A4A33

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

Shades of Timber Green #2A4A33

Tints of Timber Green #2A4A33

Color information

#2A4A33 (or 0x2A4A33) is unknown color: approx Timber Green. HEX triplet: 2A, 4A and 33. RGB value is (42,74,51). Sum of RGB (Red+Green+Blue) = 42+74+51=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 74 - color contains mainly: green. Hex color #2A4A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4A33 is #D5B5CC. Grayscale: #3D3D3D. Windows color (decimal): -14005709 or 3361322. OLE color: 3361322.

HSL color Cylindrical-coordinate representation of color #2A4A33: hue angle of 136.88º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A4A33 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB427451-
CMYK0.4300.310.71
HSL136.88º27.59%22.75%-
HSV(B)136.88º43.24%29.02%-
XYZ45.634.01-
YUV61.81121.9113.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.15%
GREEN value IS 74 (29.30% from 255) = 44.31%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=25.15%
G=44.31%
B=30.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4274510.4300.310.71136.8827.5922.75
Hex2A4A332B01F47891c17
Octal5211263530371072113427
Binary10101010010101100111010110111111000111100010011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,74,51); }

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

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

 a { background-color: rgb(42,74,51); }

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

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

 span { border-color: rgb(42,74,51); }

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