Shades of Sea Green #28945A
Tints of Sea Green #28945A
RGB
CMYK
RGB Variations
Color information
#28945A (or 0x28945A) is known color: Sea Green. HEX triplet: 28, 94 and 5A. RGB value is (40,148,90). Sum of RGB (Red+Green+Blue) = 40+148+90=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #28945A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28945A is #D76BA5. Grayscale: #6D6D6D. Windows color (decimal): -14117798 or 5936168. OLE color: 5936168.
HSL color Cylindrical-coordinate representation of color #28945A: hue angle of 147.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28945A is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 148 | 90 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.42 |
| HSL | 147.78º | 0.57% | 0.37% | - |
| HSV(B) | 147.78º | 0.73% | 0.58% | - |
| XYZ | 13.31 | 22.37 | 13.29 | - |
| YUV | 109.1 | 117.22 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 90 | 0.73 | 0 | 0.39 | 0.42 | 147.78 | 0.57 | 0.37 |
| Hex | 28 | 94 | 5A | 49 | 0 | 27 | 2A | 94 | 39 | 25 |
| Octal | 50 | 224 | 132 | 111 | 0 | 47 | 52 | 224 | 71 | 45 |
| Binary | 101000 | 10010100 | 1011010 | 1001001 | 0 | 100111 | 101010 | 10010100 | 111001 | 100101 |
Color Harmonies of #28945A
Complementary color
Monochromatic Colors of #28945A
Black with #28945A
Text Example
Text Example
White with #28945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28945A; }
p { color: rgb(40,148,90); }
H1.HeaderClassName
{
color: #28945A;
}
.AnyTagClassName
{
color: #28945A;
}
</style>
background-color css
<style>
a { background-color: #28945A; }
a { background-color: rgb(40,148,90); }
div.DivClassName
{
background-color: #28945A;
}
.BgClassName
{
background-color: #28945A;
}
</style>
border-color css
<style>
span { border-color: #28945A; }
span { border-color: rgb(40,148,90); }
td.TdClassName
{
border-color: #28945A;
}
.TagClassName
{
border-color: #28945A;
}
</style>