Shades of Bottle Green #28503D
Tints of Bottle Green #28503D
RGB
CMYK
RGB Variations
Color information
#28503D (or 0x28503D) is known color: Bottle Green. HEX triplet: 28, 50 and 3D. RGB value is (40,80,61). Sum of RGB (Red+Green+Blue) = 40+80+61=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #28503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28503D is #D7AFC2. Grayscale: #414141. Windows color (decimal): -14135235 or 4018216. OLE color: 4018216.
HSL color Cylindrical-coordinate representation of color #28503D: hue angle of 151.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #28503D is Cyan = 0.5, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 80 | 61 | - |
| CMYK | 0.5 | 0 | 0.24 | 0.69 |
| HSL | 151.5º | 0.33% | 0.24% | - |
| HSV(B) | 151.5º | 0.5% | 0.31% | - |
| XYZ | 4.59 | 6.53 | 5.43 | - |
| YUV | 65.87 | 125.25 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 61 | 0.5 | 0 | 0.24 | 0.69 | 151.5 | 0.33 | 0.24 |
| Hex | 28 | 50 | 3D | 32 | 0 | 18 | 45 | 98 | 21 | 18 |
| Octal | 50 | 120 | 75 | 62 | 0 | 30 | 105 | 230 | 41 | 30 |
| Binary | 101000 | 1010000 | 111101 | 110010 | 0 | 11000 | 1000101 | 10011000 | 100001 | 11000 |
Color Harmonies of #28503D
Complementary color
Monochromatic Colors of #28503D
Black with #28503D
Text Example
Text Example
White with #28503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28503D; }
p { color: rgb(40,80,61); }
H1.HeaderClassName
{
color: #28503D;
}
.AnyTagClassName
{
color: #28503D;
}
</style>
background-color css
<style>
a { background-color: #28503D; }
a { background-color: rgb(40,80,61); }
div.DivClassName
{
background-color: #28503D;
}
.BgClassName
{
background-color: #28503D;
}
</style>
border-color css
<style>
span { border-color: #28503D; }
span { border-color: rgb(40,80,61); }
td.TdClassName
{
border-color: #28503D;
}
.TagClassName
{
border-color: #28503D;
}
</style>