Shades of Sea Green #28974A
Tints of Sea Green #28974A
RGB
CMYK
RGB Variations
Color information
#28974A (or 0x28974A) is known color: Sea Green. HEX triplet: 28, 97 and 4A. RGB value is (40,151,74). Sum of RGB (Red+Green+Blue) = 40+151+74=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 151 (59.38% from 255 or 56.98% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 151 - color contains mainly: green. Hex color #28974A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28974A is #D768B5. Grayscale: #6D6D6D. Windows color (decimal): -14117046 or 4888360. OLE color: 4888360.
HSL color Cylindrical-coordinate representation of color #28974A: hue angle of 138.38º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28974A is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 151 | 74 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.41 |
| HSL | 138.38º | 0.58% | 0.37% | - |
| HSV(B) | 138.38º | 0.74% | 0.59% | - |
| XYZ | 13.18 | 23.08 | 10.24 | - |
| YUV | 109.03 | 108.23 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 151 | 74 | 0.74 | 0 | 0.51 | 0.41 | 138.38 | 0.58 | 0.37 |
| Hex | 28 | 97 | 4A | 4A | 0 | 33 | 29 | 8A | 3A | 25 |
| Octal | 50 | 227 | 112 | 112 | 0 | 63 | 51 | 212 | 72 | 45 |
| Binary | 101000 | 10010111 | 1001010 | 1001010 | 0 | 110011 | 101001 | 10001010 | 111010 | 100101 |
Color Harmonies of #28974A
Complementary color
Monochromatic Colors of #28974A
Black with #28974A
Text Example
Text Example
White with #28974A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28974A; }
p { color: rgb(40,151,74); }
H1.HeaderClassName
{
color: #28974A;
}
.AnyTagClassName
{
color: #28974A;
}
</style>
background-color css
<style>
a { background-color: #28974A; }
a { background-color: rgb(40,151,74); }
div.DivClassName
{
background-color: #28974A;
}
.BgClassName
{
background-color: #28974A;
}
</style>
border-color css
<style>
span { border-color: #28974A; }
span { border-color: rgb(40,151,74); }
td.TdClassName
{
border-color: #28974A;
}
.TagClassName
{
border-color: #28974A;
}
</style>