#28452E

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

Shades of Timber Green #28452E

Tints of Timber Green #28452E

Color information

#28452E (or 0x28452E) is unknown color: approx Timber Green. HEX triplet: 28, 45 and 2E. RGB value is (40,69,46). Sum of RGB (Red+Green+Blue) = 40+69+46=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 69 - color contains mainly: green. Hex color #28452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28452E is #D7BAD1. Grayscale: #393939. Windows color (decimal): -14138066 or 3032360. OLE color: 3032360.

HSL color Cylindrical-coordinate representation of color #28452E: hue angle of 132.41º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #28452E is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB406946-
CMYK0.4200.330.73
HSL132.41º26.61%21.37%-
HSV(B)132.41º42.03%27.06%-
XYZ3.54.93.35-
YUV57.71121.39115.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.81%
GREEN value IS 69 (27.34% from 255) = 44.52%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=25.81%
G=44.52%
B=29.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4069460.4200.330.73132.4126.6121.37
Hex28452E2A02149841b15
Octal5010556520411112043325
Binary101000100010110111010101001000011001001100001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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