#28452C

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

Shades of Timber Green #28452C

Tints of Timber Green #28452C

Color information

#28452C (or 0x28452C) is unknown color: approx Timber Green. HEX triplet: 28, 45 and 2C. RGB value is (40,69,44). Sum of RGB (Red+Green+Blue) = 40+69+44=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 69 - color contains mainly: green. Hex color #28452C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28452C is #D7BAD3. Grayscale: #393939. Windows color (decimal): -14138068 or 2901288. OLE color: 2901288.

HSL color Cylindrical-coordinate representation of color #28452C: hue angle of 128.28º 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 #28452C is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB406944-
CMYK0.4200.360.73
HSL128.28º26.61%21.37%-
HSV(B)128.28º42.03%27.06%-
XYZ3.464.893.14-
YUV57.48120.39115.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.14%
GREEN value IS 69 (27.34% from 255) = 45.10%
BLUE value IS 44 (17.58% from 255) = 28.76%
R=26.14%
G=45.10%
B=28.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4069440.4200.360.73128.2826.6121.37
Hex28452C2A02449801b15
Octal5010554520441112003325
Binary101000100010110110010101001001001001001100000001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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