Html Css Color HEX #2A4D32 Timber Green

📋 copy color: '#2A4D32'

red 42 ◦ green 77 ◦ blue 50

#2A4D32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Timber Green #2A4D32

Tints of Timber Green #2A4D32

RGB

 RED value IS 42 (16.8% from 255) = 24.85%

 GREEN value IS 77 (30.47% from 255) = 45.56%

 BLUE value IS 50 (19.92% from 255) = 29.59%

R = 24.85%
G = 45.56%
B = 29.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.70

RGB Variations

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

Color information

#2A4D32 (or 0x2A4D32) is known color: Timber Green. HEX triplet: 2A, 4D and 32. RGB value is (42,77,50). Sum of RGB (Red+Green+Blue) = 42+77+50=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 77 - color contains mainly: green. Hex color #2A4D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4D32 is #D5B2CD. Grayscale: #3F3F3F. Windows color (decimal): -14004942 or 3296554. OLE color: 3296554.

HSL color Cylindrical-coordinate representation of color #2A4D32: hue angle of 133.71º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A4D32 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.

Color convert

RGB 42 77 50 -
CMYK 0.45 0 0.35 0.70
HSL 133.71º 0.29% 0.23% -
HSV(B) 133.71º 0.45% 0.3% -
XYZ 4.18 6.03 3.96 -
YUV 63.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 42 77 50 0.45 0 0.35 0.70 133.71 0.29 0.23
Hex 2A 4D 32 2D 0 23 46 86 1D 17
Octal 52 115 62 55 0 43 106 206 35 27
Binary 101010 1001101 110010 101101 0 100011 1000110 10000110 11101 10111

Color Harmonies of #2A4D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4D32

Black with #2A4D32

Text Example


Text Example

White with #2A4D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A4D32;
 }
 .AnyTagClassName
 {
   color: #2A4D32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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