#2A4232

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

Shades of Timber Green #2A4232

Tints of Timber Green #2A4232

Color information

#2A4232 (or 0x2A4232) is unknown color: approx Timber Green. HEX triplet: 2A, 42 and 32. RGB value is (42,66,50). Sum of RGB (Red+Green+Blue) = 42+66+50=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #2A4232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4232 is #D5BDCD. Grayscale: #393939. Windows color (decimal): -14007758 or 3293738. OLE color: 3293738.

HSL color Cylindrical-coordinate representation of color #2A4232: hue angle of 140º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2A4232 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB426650-
CMYK0.3600.240.74
HSL140º22.22%21.18%-
HSV(B)140º36.36%25.88%-
XYZ3.484.623.73-
YUV57124.05117.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.58%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=26.58%
G=41.77%
B=31.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4266500.3600.240.7414022.2221.18
Hex2A4232240184A8c1615
Octal5210262440301122142625
Binary10101010000101100101001000110001001010100011001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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