Html Css Color HEX #224A2A Timber Green

📋 copy color: '#224A2A'

red 34 ◦ green 74 ◦ blue 42

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

Shades of Timber Green #224A2A

Tints of Timber Green #224A2A

RGB

 RED value IS 34 (13.67% from 255) = 22.67%

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

 BLUE value IS 42 (16.8% from 255) = 28%

R = 22.67%
G = 49.33%
B = 28%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.43

 K value IS 0.71

RGB Variations

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

Color information

#224A2A (or 0x224A2A) is known color: Timber Green. HEX triplet: 22, 4A and 2A. RGB value is (34,74,42). Sum of RGB (Red+Green+Blue) = 34+74+42=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #224A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224A2A is #DDB5D5. Grayscale: #3A3A3A. Windows color (decimal): -14530006 or 2771490. OLE color: 2771490.

HSL color Cylindrical-coordinate representation of color #224A2A: hue angle of 132º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #224A2A is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB 34 74 42 -
CMYK 0.54 0 0.43 0.71
HSL 132º 0.37% 0.21% -
HSV(B) 132º 0.54% 0.29% -
XYZ 3.53 5.4 3.05 -
YUV 58.39 118.75 110.6 -
System Red Green Blue C M Y K H S L
Decimal 34 74 42 0.54 0 0.43 0.71 132 0.37 0.21
Hex 22 4A 2A 36 0 2B 47 84 25 15
Octal 42 112 52 66 0 53 107 204 45 25
Binary 100010 1001010 101010 110110 0 101011 1000111 10000100 100101 10101

Color Harmonies of #224A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224A2A

Black with #224A2A

Text Example


Text Example

White with #224A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224A2A; }

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

 H1.HeaderClassName
 {
   color: #224A2A;
 }
 .AnyTagClassName
 {
   color: #224A2A;
 }
</style>

background-color css

<style>
 a { background-color: #224A2A; }

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

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

border-color css

<style>
 span { border-color: #224A2A; }

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

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