Shades of Sea Green #28925D
Tints of Sea Green #28925D
RGB
CMYK
RGB Variations
Color information
#28925D (or 0x28925D) is known color: Sea Green. HEX triplet: 28, 92 and 5D. RGB value is (40,146,93). Sum of RGB (Red+Green+Blue) = 40+146+93=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #28925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28925D is #D76DA2. Grayscale: #6C6C6C. Windows color (decimal): -14118307 or 6132264. OLE color: 6132264.
HSL color Cylindrical-coordinate representation of color #28925D: hue angle of 150º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28925D is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 146 | 93 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.43 |
| HSL | 150º | 0.57% | 0.36% | - |
| HSV(B) | 150º | 0.73% | 0.57% | - |
| XYZ | 13.13 | 21.8 | 13.87 | - |
| YUV | 108.26 | 119.38 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 93 | 0.73 | 0 | 0.36 | 0.43 | 150 | 0.57 | 0.36 |
| Hex | 28 | 92 | 5D | 49 | 0 | 24 | 2B | 96 | 39 | 24 |
| Octal | 50 | 222 | 135 | 111 | 0 | 44 | 53 | 226 | 71 | 44 |
| Binary | 101000 | 10010010 | 1011101 | 1001001 | 0 | 100100 | 101011 | 10010110 | 111001 | 100100 |
Color Harmonies of #28925D
Complementary color
Monochromatic Colors of #28925D
Black with #28925D
Text Example
Text Example
White with #28925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28925D; }
p { color: rgb(40,146,93); }
H1.HeaderClassName
{
color: #28925D;
}
.AnyTagClassName
{
color: #28925D;
}
</style>
background-color css
<style>
a { background-color: #28925D; }
a { background-color: rgb(40,146,93); }
div.DivClassName
{
background-color: #28925D;
}
.BgClassName
{
background-color: #28925D;
}
</style>
border-color css
<style>
span { border-color: #28925D; }
span { border-color: rgb(40,146,93); }
td.TdClassName
{
border-color: #28925D;
}
.TagClassName
{
border-color: #28925D;
}
</style>