Shades of Sea Green #30895B
Tints of Sea Green #30895B
RGB
CMYK
RGB Variations
Color information
#30895B (or 0x30895B) is known color: Sea Green. HEX triplet: 30, 89 and 5B. RGB value is (48,137,91). Sum of RGB (Red+Green+Blue) = 48+137+91=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #30895B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30895B is #CF76A4. Grayscale: #696969. Windows color (decimal): -13596325 or 5998896. OLE color: 5998896.
HSL color Cylindrical-coordinate representation of color #30895B: hue angle of 148.99º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30895B is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 137 | 91 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.46 |
| HSL | 148.99º | 0.48% | 0.36% | - |
| HSV(B) | 148.99º | 0.65% | 0.54% | - |
| XYZ | 12.05 | 19.28 | 12.98 | - |
| YUV | 105.15 | 120.01 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 91 | 0.65 | 0 | 0.34 | 0.46 | 148.99 | 0.48 | 0.36 |
| Hex | 30 | 89 | 5B | 41 | 0 | 22 | 2E | 95 | 30 | 24 |
| Octal | 60 | 211 | 133 | 101 | 0 | 42 | 56 | 225 | 60 | 44 |
| Binary | 110000 | 10001001 | 1011011 | 1000001 | 0 | 100010 | 101110 | 10010101 | 110000 | 100100 |
Color Harmonies of #30895B
Complementary color
Monochromatic Colors of #30895B
Black with #30895B
Text Example
Text Example
White with #30895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30895B; }
p { color: rgb(48,137,91); }
H1.HeaderClassName
{
color: #30895B;
}
.AnyTagClassName
{
color: #30895B;
}
</style>
background-color css
<style>
a { background-color: #30895B; }
a { background-color: rgb(48,137,91); }
div.DivClassName
{
background-color: #30895B;
}
.BgClassName
{
background-color: #30895B;
}
</style>
border-color css
<style>
span { border-color: #30895B; }
span { border-color: rgb(48,137,91); }
td.TdClassName
{
border-color: #30895B;
}
.TagClassName
{
border-color: #30895B;
}
</style>