#2A4E33

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

Shades of Timber Green #2A4E33

Tints of Timber Green #2A4E33

Color information

#2A4E33 (or 0x2A4E33) is unknown color: approx Timber Green. HEX triplet: 2A, 4E and 33. RGB value is (42,78,51). Sum of RGB (Red+Green+Blue) = 42+78+51=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #2A4E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4E33 is #D5B1CC. Grayscale: #404040. Windows color (decimal): -14004685 or 3362346. OLE color: 3362346.

HSL color Cylindrical-coordinate representation of color #2A4E33: hue angle of 135º 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 #2A4E33 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB427851-
CMYK0.4600.350.69
HSL135º30%23.53%-
HSV(B)135º46.15%30.59%-
XYZ4.286.184.1-
YUV64.16120.57112.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.56%
GREEN value IS 78 (30.86% from 255) = 45.61%
BLUE value IS 51 (20.31% from 255) = 29.82%
R=24.56%
G=45.61%
B=29.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4278510.4600.350.691353023.53
Hex2A4E332E02345871e18
Octal5211663560431052073630
Binary101010100111011001110111001000111000101100001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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