Shades of Sea Green #287D5D
Tints of Sea Green #287D5D
RGB
CMYK
RGB Variations
Color information
#287D5D (or 0x287D5D) is known color: Sea Green. HEX triplet: 28, 7D and 5D. RGB value is (40,125,93). Sum of RGB (Red+Green+Blue) = 40+125+93=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 125 (49.22% from 255 or 48.45% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 125 - color contains mainly: green. Hex color #287D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287D5D is #D782A2. Grayscale: #5F5F5F. Windows color (decimal): -14123683 or 6126888. OLE color: 6126888.
HSL color Cylindrical-coordinate representation of color #287D5D: hue angle of 157.41º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287D5D is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 125 | 93 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.51 |
| HSL | 157.41º | 0.52% | 0.32% | - |
| HSV(B) | 157.41º | 0.68% | 0.49% | - |
| XYZ | 10.18 | 15.91 | 12.89 | - |
| YUV | 95.94 | 126.34 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 93 | 0.68 | 0 | 0.26 | 0.51 | 157.41 | 0.52 | 0.32 |
| Hex | 28 | 7D | 5D | 44 | 0 | 1A | 33 | 9D | 34 | 20 |
| Octal | 50 | 175 | 135 | 104 | 0 | 32 | 63 | 235 | 64 | 40 |
| Binary | 101000 | 1111101 | 1011101 | 1000100 | 0 | 11010 | 110011 | 10011101 | 110100 | 100000 |
Color Harmonies of #287D5D
Complementary color
Monochromatic Colors of #287D5D
Black with #287D5D
Text Example
Text Example
White with #287D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287D5D; }
p { color: rgb(40,125,93); }
H1.HeaderClassName
{
color: #287D5D;
}
.AnyTagClassName
{
color: #287D5D;
}
</style>
background-color css
<style>
a { background-color: #287D5D; }
a { background-color: rgb(40,125,93); }
div.DivClassName
{
background-color: #287D5D;
}
.BgClassName
{
background-color: #287D5D;
}
</style>
border-color css
<style>
span { border-color: #287D5D; }
span { border-color: rgb(40,125,93); }
td.TdClassName
{
border-color: #287D5D;
}
.TagClassName
{
border-color: #287D5D;
}
</style>