Html Css Color HEX #2A4A33 Timber Green

📋 copy color: '#2A4A33'

red 42 ◦ green 74 ◦ blue 51

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

Shades of Timber Green #2A4A33

Tints of Timber Green #2A4A33

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.31%

 BLUE value IS 51 (20.31% from 255) = 30.54%

R = 25.15%
G = 44.31%
B = 30.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#2A4A33 (or 0x2A4A33) is known color: Timber Green. HEX triplet: 2A, 4A and 33. RGB value is (42,74,51). Sum of RGB (Red+Green+Blue) = 42+74+51=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 74 - color contains mainly: green. Hex color #2A4A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4A33 is #D5B5CC. Grayscale: #3D3D3D. Windows color (decimal): -14005709 or 3361322. OLE color: 3361322.

HSL color Cylindrical-coordinate representation of color #2A4A33: hue angle of 136.88º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A4A33 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB 42 74 51 -
CMYK 0.43 0 0.31 0.71
HSL 136.88º 0.28% 0.23% -
HSV(B) 136.88º 0.43% 0.29% -
XYZ 4 5.63 4.01 -
YUV 61.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 42 74 51 0.43 0 0.31 0.71 136.88 0.28 0.23
Hex 2A 4A 33 2B 0 1F 47 89 1C 17
Octal 52 112 63 53 0 37 107 211 34 27
Binary 101010 1001010 110011 101011 0 11111 1000111 10001001 11100 10111

Color Harmonies of #2A4A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4A33

Black with #2A4A33

Text Example


Text Example

White with #2A4A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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