#28462C

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

Shades of Timber Green #28462C

Tints of Timber Green #28462C

Color information

#28462C (or 0x28462C) is unknown color: approx Timber Green. HEX triplet: 28, 46 and 2C. RGB value is (40,70,44). Sum of RGB (Red+Green+Blue) = 40+70+44=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #28462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28462C is #D7B9D3. Grayscale: #3A3A3A. Windows color (decimal): -14137812 or 2901544. OLE color: 2901544.

HSL color Cylindrical-coordinate representation of color #28462C: hue angle of 128º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #28462C is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB407044-
CMYK0.4300.370.73
HSL128º27.27%21.57%-
HSV(B)128º42.86%27.45%-
XYZ3.525.013.17-
YUV58.07120.06115.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.97%
GREEN value IS 70 (27.73% from 255) = 45.45%
BLUE value IS 44 (17.58% from 255) = 28.57%
R=25.97%
G=45.45%
B=28.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4070440.4300.370.7312827.2721.57
Hex28462C2B02549801b16
Octal5010654530451112003326
Binary101000100011010110010101101001011001001100000001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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