#28462F

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

Shades of Timber Green #28462F

Tints of Timber Green #28462F

Color information

#28462F (or 0x28462F) is unknown color: approx Timber Green. HEX triplet: 28, 46 and 2F. RGB value is (40,70,47). Sum of RGB (Red+Green+Blue) = 40+70+47=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #28462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28462F is #D7B9D0. Grayscale: #3A3A3A. Windows color (decimal): -14137809 or 3098152. OLE color: 3098152.

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

Color convert

RGB407047-
CMYK0.4300.330.73
HSL134º27.27%21.57%-
HSV(B)134º42.86%27.45%-
XYZ3.585.043.47-
YUV58.41121.56114.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.48%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=25.48%
G=44.59%
B=29.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4070470.4300.330.7313427.2721.57
Hex28462F2B02149861b16
Octal5010657530411112063326
Binary101000100011010111110101101000011001001100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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