#28452B

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

Shades of Timber Green #28452B

Tints of Timber Green #28452B

Color information

#28452B (or 0x28452B) is unknown color: approx Timber Green. HEX triplet: 28, 45 and 2B. RGB value is (40,69,43). Sum of RGB (Red+Green+Blue) = 40+69+43=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #28452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28452B is #D7BAD4. Grayscale: #393939. Windows color (decimal): -14138069 or 2835752. OLE color: 2835752.

HSL color Cylindrical-coordinate representation of color #28452B: hue angle of 126.21º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #28452B is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB406943-
CMYK0.4200.380.73
HSL126.21º26.61%21.37%-
HSV(B)126.21º42.03%27.06%-
XYZ3.444.883.05-
YUV57.36119.89115.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.32%
GREEN value IS 69 (27.34% from 255) = 45.39%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=26.32%
G=45.39%
B=28.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4069430.4200.380.73126.2126.6121.37
Hex28452B2A026497e1b15
Octal5010553520461111763325
Binary10100010001011010111010100100110100100111111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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