#28442E

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

Shades of Timber Green #28442E

Tints of Timber Green #28442E

Color information

#28442E (or 0x28442E) is unknown color: approx Timber Green. HEX triplet: 28, 44 and 2E. RGB value is (40,68,46). Sum of RGB (Red+Green+Blue) = 40+68+46=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 68 - color contains mainly: green. Hex color #28442E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28442E is #D7BBD1. Grayscale: #393939. Windows color (decimal): -14138322 or 3032104. OLE color: 3032104.

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

Color convert

RGB406846-
CMYK0.4100.320.73
HSL132.86º25.93%21.18%-
HSV(B)132.86º41.18%26.67%-
XYZ3.444.783.33-
YUV57.12121.72115.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.97%
GREEN value IS 68 (26.95% from 255) = 44.16%
BLUE value IS 46 (18.36% from 255) = 29.87%
R=25.97%
G=44.16%
B=29.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4068460.4100.320.73132.8625.9321.18
Hex28442E2902049851a15
Octal5010456510401112053225
Binary101000100010010111010100101000001001001100001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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