#22482A

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

Shades of Timber Green #22482A

Tints of Timber Green #22482A

Color information

#22482A (or 0x22482A) is unknown color: approx Timber Green. HEX triplet: 22, 48 and 2A. RGB value is (34,72,42). Sum of RGB (Red+Green+Blue) = 34+72+42=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #22482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22482A is #DDB7D5. Grayscale: #393939. Windows color (decimal): -14530518 or 2770978. OLE color: 2770978.

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

Color convert

RGB347242-
CMYK0.5300.420.72
HSL132.63º35.85%20.78%-
HSV(B)132.63º52.78%28.24%-
XYZ3.395.143-
YUV57.22119.41111.44-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.97%
GREEN value IS 72 (28.52% from 255) = 48.65%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=22.97%
G=48.65%
B=28.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3472420.5300.420.72132.6335.8520.78
Hex22482A3502A48852415
Octal4211052650521102054425
Binary1000101001000101010110101010101010010001000010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #22482A;
 }
 .AnyTagClassName
 {
   color: #22482A;
 }
</style>
background-color css

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

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

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

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

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

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