Shades of Sea Green #28905A
Tints of Sea Green #28905A
RGB
CMYK
RGB Variations
Color information
#28905A (or 0x28905A) is known color: Sea Green. HEX triplet: 28, 90 and 5A. RGB value is (40,144,90). Sum of RGB (Red+Green+Blue) = 40+144+90=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #28905A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28905A is #D76FA5. Grayscale: #6A6A6A. Windows color (decimal): -14118822 or 5935144. OLE color: 5935144.
HSL color Cylindrical-coordinate representation of color #28905A: hue angle of 148.85º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28905A is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 144 | 90 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.44 |
| HSL | 148.85º | 0.57% | 0.36% | - |
| HSV(B) | 148.85º | 0.72% | 0.56% | - |
| XYZ | 12.69 | 21.14 | 13.08 | - |
| YUV | 106.75 | 118.54 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 90 | 0.72 | 0 | 0.37 | 0.44 | 148.85 | 0.57 | 0.36 |
| Hex | 28 | 90 | 5A | 48 | 0 | 25 | 2C | 95 | 39 | 24 |
| Octal | 50 | 220 | 132 | 110 | 0 | 45 | 54 | 225 | 71 | 44 |
| Binary | 101000 | 10010000 | 1011010 | 1001000 | 0 | 100101 | 101100 | 10010101 | 111001 | 100100 |
Color Harmonies of #28905A
Complementary color
Monochromatic Colors of #28905A
Black with #28905A
Text Example
Text Example
White with #28905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28905A; }
p { color: rgb(40,144,90); }
H1.HeaderClassName
{
color: #28905A;
}
.AnyTagClassName
{
color: #28905A;
}
</style>
background-color css
<style>
a { background-color: #28905A; }
a { background-color: rgb(40,144,90); }
div.DivClassName
{
background-color: #28905A;
}
.BgClassName
{
background-color: #28905A;
}
</style>
border-color css
<style>
span { border-color: #28905A; }
span { border-color: rgb(40,144,90); }
td.TdClassName
{
border-color: #28905A;
}
.TagClassName
{
border-color: #28905A;
}
</style>