#28442D

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

Shades of Timber Green #28442D

Tints of Timber Green #28442D

Color information

#28442D (or 0x28442D) is unknown color: approx Timber Green. HEX triplet: 28, 44 and 2D. RGB value is (40,68,45). Sum of RGB (Red+Green+Blue) = 40+68+45=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 68 - color contains mainly: green. Hex color #28442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28442D is #D7BBD2. Grayscale: #393939. Windows color (decimal): -14138323 or 2966568. OLE color: 2966568.

HSL color Cylindrical-coordinate representation of color #28442D: hue angle of 130.71º 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 #28442D is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB406845-
CMYK0.4100.340.73
HSL130.71º25.93%21.18%-
HSV(B)130.71º41.18%26.67%-
XYZ3.424.773.22-
YUV57.01121.22115.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.14%
GREEN value IS 68 (26.95% from 255) = 44.44%
BLUE value IS 45 (17.97% from 255) = 29.41%
R=26.14%
G=44.44%
B=29.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4068450.4100.340.73130.7125.9321.18
Hex28442D2902249831a15
Octal5010455510421112033225
Binary101000100010010110110100101000101001001100000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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