Html Css Color HEX #22472A Timber Green

📋 copy color: '#22472A'

red 34 ◦ green 71 ◦ blue 42

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

Shades of Timber Green #22472A

Tints of Timber Green #22472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.3%

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

R = 23.13%
G = 48.3%
B = 28.57%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#22472A (or 0x22472A) is known color: Timber Green. HEX triplet: 22, 47 and 2A. RGB value is (34,71,42). Sum of RGB (Red+Green+Blue) = 34+71+42=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #22472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22472A is #DDB8D5. Grayscale: #383838. Windows color (decimal): -14530774 or 2770722. OLE color: 2770722.

HSL color Cylindrical-coordinate representation of color #22472A: hue angle of 132.97º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #22472A is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB 34 71 42 -
CMYK 0.52 0 0.41 0.72
HSL 132.97º 0.35% 0.21% -
HSV(B) 132.97º 0.52% 0.28% -
XYZ 3.33 5.01 2.98 -
YUV 56.63 119.74 111.86 -
System Red Green Blue C M Y K H S L
Decimal 34 71 42 0.52 0 0.41 0.72 132.97 0.35 0.21
Hex 22 47 2A 34 0 29 48 85 23 15
Octal 42 107 52 64 0 51 110 205 43 25
Binary 100010 1000111 101010 110100 0 101001 1001000 10000101 100011 10101

Color Harmonies of #22472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22472A

Black with #22472A

Text Example


Text Example

White with #22472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22472A; }

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

 H1.HeaderClassName
 {
   color: #22472A;
 }
 .AnyTagClassName
 {
   color: #22472A;
 }
</style>

background-color css

<style>
 a { background-color: #22472A; }

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

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

border-color css

<style>
 span { border-color: #22472A; }

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

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