#28422D

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

Shades of Timber Green #28422D

Tints of Timber Green #28422D

Color information

#28422D (or 0x28422D) is unknown color: approx Timber Green. HEX triplet: 28, 42 and 2D. RGB value is (40,66,45). Sum of RGB (Red+Green+Blue) = 40+66+45=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 66 - color contains mainly: green. Hex color #28422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28422D is #D7BDD2. Grayscale: #373737. Windows color (decimal): -14138835 or 2966056. OLE color: 2966056.

HSL color Cylindrical-coordinate representation of color #28422D: hue angle of 131.54º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #28422D is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB406645-
CMYK0.3900.320.74
HSL131.54º24.53%20.78%-
HSV(B)131.54º39.39%25.88%-
XYZ3.34.543.18-
YUV55.83121.89116.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.49%
GREEN value IS 66 (26.17% from 255) = 43.71%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=26.49%
G=43.71%
B=29.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4066450.3900.320.74131.5424.5320.78
Hex28422D270204A841915
Octal5010255470401122043125
Binary101000100001010110110011101000001001010100001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28422D; }

 p { color: rgb(40,66,45); }

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

<style>
 a { background-color: #28422D; }

 a { background-color: rgb(40,66,45); }

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

<style>
 span { border-color: #28422D; }

 span { border-color: rgb(40,66,45); }

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