Html Css Color HEX #2A4232 Timber Green

📋 copy color: '#2A4232'

red 42 ◦ green 66 ◦ blue 50

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

Shades of Timber Green #2A4232

Tints of Timber Green #2A4232

RGB

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

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

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

R = 26.58%
G = 41.77%
B = 31.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#2A4232 (or 0x2A4232) is known color: Timber Green. HEX triplet: 2A, 42 and 32. RGB value is (42,66,50). Sum of RGB (Red+Green+Blue) = 42+66+50=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #2A4232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4232 is #D5BDCD. Grayscale: #393939. Windows color (decimal): -14007758 or 3293738. OLE color: 3293738.

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

Color convert

RGB 42 66 50 -
CMYK 0.36 0 0.24 0.74
HSL 140º 0.22% 0.21% -
HSV(B) 140º 0.36% 0.26% -
XYZ 3.48 4.62 3.73 -
YUV 57 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 42 66 50 0.36 0 0.24 0.74 140 0.22 0.21
Hex 2A 42 32 24 0 18 4A 8C 16 15
Octal 52 102 62 44 0 30 112 214 26 25
Binary 101010 1000010 110010 100100 0 11000 1001010 10001100 10110 10101

Color Harmonies of #2A4232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4232

Black with #2A4232

Text Example


Text Example

White with #2A4232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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