Shades of Bottle Green #28513D
Tints of Bottle Green #28513D
RGB
CMYK
RGB Variations
Color information
#28513D (or 0x28513D) is known color: Bottle Green. HEX triplet: 28, 51 and 3D. RGB value is (40,81,61). Sum of RGB (Red+Green+Blue) = 40+81+61=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #28513D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28513D is #D7AEC2. Grayscale: #424242. Windows color (decimal): -14134979 or 4018472. OLE color: 4018472.
HSL color Cylindrical-coordinate representation of color #28513D: hue angle of 150.73º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #28513D is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 81 | 61 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.68 |
| HSL | 150.73º | 0.34% | 0.24% | - |
| HSV(B) | 150.73º | 0.51% | 0.32% | - |
| XYZ | 4.66 | 6.67 | 5.46 | - |
| YUV | 66.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 61 | 0.51 | 0 | 0.25 | 0.68 | 150.73 | 0.34 | 0.24 |
| Hex | 28 | 51 | 3D | 33 | 0 | 19 | 44 | 97 | 22 | 18 |
| Octal | 50 | 121 | 75 | 63 | 0 | 31 | 104 | 227 | 42 | 30 |
| Binary | 101000 | 1010001 | 111101 | 110011 | 0 | 11001 | 1000100 | 10010111 | 100010 | 11000 |
Color Harmonies of #28513D
Complementary color
Monochromatic Colors of #28513D
Black with #28513D
Text Example
Text Example
White with #28513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28513D; }
p { color: rgb(40,81,61); }
H1.HeaderClassName
{
color: #28513D;
}
.AnyTagClassName
{
color: #28513D;
}
</style>
background-color css
<style>
a { background-color: #28513D; }
a { background-color: rgb(40,81,61); }
div.DivClassName
{
background-color: #28513D;
}
.BgClassName
{
background-color: #28513D;
}
</style>
border-color css
<style>
span { border-color: #28513D; }
span { border-color: rgb(40,81,61); }
td.TdClassName
{
border-color: #28513D;
}
.TagClassName
{
border-color: #28513D;
}
</style>