#28472E

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

Shades of Timber Green #28472E

Tints of Timber Green #28472E

Color information

#28472E (or 0x28472E) is unknown color: approx Timber Green. HEX triplet: 28, 47 and 2E. RGB value is (40,71,46). Sum of RGB (Red+Green+Blue) = 40+71+46=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #28472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28472E is #D7B8D1. Grayscale: #3A3A3A. Windows color (decimal): -14137554 or 3032872. OLE color: 3032872.

HSL color Cylindrical-coordinate representation of color #28472E: hue angle of 131.61º degrees, saturation: 0.28, 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 #28472E is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB407146-
CMYK0.4400.350.72
HSL131.61º27.93%21.76%-
HSV(B)131.61º43.66%27.84%-
XYZ3.625.153.39-
YUV58.88120.73114.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.48%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=25.48%
G=45.22%
B=29.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4071460.4400.350.72131.6127.9321.76
Hex28472E2C02348841c16
Octal5010756540431102043426
Binary101000100011110111010110001000111001000100001001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28472E; }

 p { color: rgb(40,71,46); }

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

<style>
 a { background-color: #28472E; }

 a { background-color: rgb(40,71,46); }

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

<style>
 span { border-color: #28472E; }

 span { border-color: rgb(40,71,46); }

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