#28442B

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

Shades of Timber Green #28442B

Tints of Timber Green #28442B

Color information

#28442B (or 0x28442B) is unknown color: approx Timber Green. HEX triplet: 28, 44 and 2B. RGB value is (40,68,43). Sum of RGB (Red+Green+Blue) = 40+68+43=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #28442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28442B is #D7BBD4. Grayscale: #383838. Windows color (decimal): -14138325 or 2835496. OLE color: 2835496.

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

Color convert

RGB406843-
CMYK0.4100.370.73
HSL126.43º25.93%21.18%-
HSV(B)126.43º41.18%26.67%-
XYZ3.384.763.03-
YUV56.78120.22116.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.49%
GREEN value IS 68 (26.95% from 255) = 45.03%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=26.49%
G=45.03%
B=28.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4068430.4100.370.73126.4325.9321.18
Hex28442B29025497e1a15
Octal5010453510451111763225
Binary10100010001001010111010010100101100100111111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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