#28482D

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

Shades of Timber Green #28482D

Tints of Timber Green #28482D

Color information

#28482D (or 0x28482D) is unknown color: approx Timber Green. HEX triplet: 28, 48 and 2D. RGB value is (40,72,45). Sum of RGB (Red+Green+Blue) = 40+72+45=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #28482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28482D is #D7B7D2. Grayscale: #3B3B3B. Windows color (decimal): -14137299 or 2967592. OLE color: 2967592.

HSL color Cylindrical-coordinate representation of color #28482D: hue angle of 129.38º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #28482D is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB407245-
CMYK0.4400.380.72
HSL129.38º28.57%21.96%-
HSV(B)129.38º44.44%28.24%-
XYZ3.675.283.31-
YUV59.35119.9114.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.48%
GREEN value IS 72 (28.52% from 255) = 45.86%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=25.48%
G=45.86%
B=28.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4072450.4400.380.72129.3828.5721.96
Hex28482D2C02648811d16
Octal5011055540461102013526
Binary101000100100010110110110001001101001000100000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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