#2A5032

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

Shades of Timber Green #2A5032

Tints of Timber Green #2A5032

Color information

#2A5032 (or 0x2A5032) is unknown color: approx Timber Green. HEX triplet: 2A, 50 and 32. RGB value is (42,80,50). Sum of RGB (Red+Green+Blue) = 42+80+50=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #2A5032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5032 is #D5AFCD. Grayscale: #414141. Windows color (decimal): -14004174 or 3297322. OLE color: 3297322.

HSL color Cylindrical-coordinate representation of color #2A5032: hue angle of 132.63º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A5032 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB428050-
CMYK0.4800.370.69
HSL132.63º31.15%23.92%-
HSV(B)132.63º47.5%31.37%-
XYZ4.46.464.03-
YUV65.22119.41111.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.42%
GREEN value IS 80 (31.64% from 255) = 46.51%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=24.42%
G=46.51%
B=29.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4280500.4800.370.69132.6331.1523.92
Hex2A50323002545851f18
Octal5212062600451052053730
Binary101010101000011001011000001001011000101100001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,80,50); }

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

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

 a { background-color: rgb(42,80,50); }

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

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

 span { border-color: rgb(42,80,50); }

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