Html Css Color HEX #2A4231 Timber Green

📋 copy color: '#2A4231'

red 42 ◦ green 66 ◦ blue 49

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

Shades of Timber Green #2A4231

Tints of Timber Green #2A4231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.04%

 BLUE value IS 49 (19.53% from 255) = 31.21%

R = 26.75%
G = 42.04%
B = 31.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#2A4231 (or 0x2A4231) is known color: Timber Green. HEX triplet: 2A, 42 and 31. RGB value is (42,66,49). Sum of RGB (Red+Green+Blue) = 42+66+49=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #2A4231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4231 is #D5BDCE. Grayscale: #383838. Windows color (decimal): -14007759 or 3228202. OLE color: 3228202.

HSL color Cylindrical-coordinate representation of color #2A4231: hue angle of 137.5º 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 #2A4231 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB 42 66 49 -
CMYK 0.36 0 0.26 0.74
HSL 137.5º 0.22% 0.21% -
HSV(B) 137.5º 0.36% 0.26% -
XYZ 3.46 4.61 3.61 -
YUV 56.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 42 66 49 0.36 0 0.26 0.74 137.5 0.22 0.21
Hex 2A 42 31 24 0 1A 4A 8A 16 15
Octal 52 102 61 44 0 32 112 212 26 25
Binary 101010 1000010 110001 100100 0 11010 1001010 10001010 10110 10101

Color Harmonies of #2A4231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4231

Black with #2A4231

Text Example


Text Example

White with #2A4231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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