Html Css Color HEX #2A4532 Timber Green

📋 copy color: '#2A4532'

red 42 ◦ green 69 ◦ blue 50

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

Shades of Timber Green #2A4532

Tints of Timber Green #2A4532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.86%

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

R = 26.09%
G = 42.86%
B = 31.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#2A4532 (or 0x2A4532) is known color: Timber Green. HEX triplet: 2A, 45 and 32. RGB value is (42,69,50). Sum of RGB (Red+Green+Blue) = 42+69+50=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 69 - color contains mainly: green. Hex color #2A4532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4532 is #D5BACD. Grayscale: #3A3A3A. Windows color (decimal): -14006990 or 3294506. OLE color: 3294506.

HSL color Cylindrical-coordinate representation of color #2A4532: hue angle of 137.78º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2A4532 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB 42 69 50 -
CMYK 0.39 0 0.28 0.73
HSL 137.78º 0.24% 0.22% -
HSV(B) 137.78º 0.39% 0.27% -
XYZ 3.66 4.98 3.79 -
YUV 58.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 42 69 50 0.39 0 0.28 0.73 137.78 0.24 0.22
Hex 2A 45 32 27 0 1C 49 8A 18 16
Octal 52 105 62 47 0 34 111 212 30 26
Binary 101010 1000101 110010 100111 0 11100 1001001 10001010 11000 10110

Color Harmonies of #2A4532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4532

Black with #2A4532

Text Example


Text Example

White with #2A4532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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