#2A4E32

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

Shades of Timber Green #2A4E32

Tints of Timber Green #2A4E32

Color information

#2A4E32 (or 0x2A4E32) is unknown color: approx Timber Green. HEX triplet: 2A, 4E and 32. RGB value is (42,78,50). Sum of RGB (Red+Green+Blue) = 42+78+50=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 78 - color contains mainly: green. Hex color #2A4E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4E32 is #D5B1CD. Grayscale: #404040. Windows color (decimal): -14004686 or 3296810. OLE color: 3296810.

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

Color convert

RGB427850-
CMYK0.4600.360.69
HSL133.33º30%23.53%-
HSV(B)133.33º46.15%30.59%-
XYZ4.256.173.98-
YUV64.04120.07112.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.71%
GREEN value IS 78 (30.86% from 255) = 45.88%
BLUE value IS 50 (19.92% from 255) = 29.41%
R=24.71%
G=45.88%
B=29.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4278500.4600.360.69133.333023.53
Hex2A4E322E02445851e18
Octal5211662560441052053630
Binary101010100111011001010111001001001000101100001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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