#22472A

Color #22472A Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #22472A

Tints of Timber Green #22472A

Color information

#22472A (or 0x22472A) is unknown color: approx 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

RGB347142-
CMYK0.5200.410.72
HSL132.97º35.24%20.59%-
HSV(B)132.97º52.11%27.84%-
XYZ3.335.012.98-
YUV56.63119.74111.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.13%
GREEN value IS 71 (28.12% from 255) = 48.30%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=23.13%
G=48.30%
B=28.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3471420.5200.410.72132.9735.2420.59
Hex22472A3402948852315
Octal4210752640511102054325
Binary1000101000111101010110100010100110010001000010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>