#28452F

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

Shades of Timber Green #28452F

Tints of Timber Green #28452F

Color information

#28452F (or 0x28452F) is unknown color: approx Timber Green. HEX triplet: 28, 45 and 2F. RGB value is (40,69,47). Sum of RGB (Red+Green+Blue) = 40+69+47=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #28452F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28452F is #D7BAD0. Grayscale: #393939. Windows color (decimal): -14138065 or 3097896. OLE color: 3097896.

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

Color convert

RGB406947-
CMYK0.4200.320.73
HSL134.48º26.61%21.37%-
HSV(B)134.48º42.03%27.06%-
XYZ3.524.913.45-
YUV57.82121.89115.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.64%
GREEN value IS 69 (27.34% from 255) = 44.23%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=25.64%
G=44.23%
B=30.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4069470.4200.320.73134.4826.6121.37
Hex28452F2A02049861b15
Octal5010557520401112063325
Binary101000100010110111110101001000001001001100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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