Shades of Sea Green #30835E
Tints of Sea Green #30835E
RGB
CMYK
RGB Variations
Color information
#30835E (or 0x30835E) is known color: Sea Green. HEX triplet: 30, 83 and 5E. RGB value is (48,131,94). Sum of RGB (Red+Green+Blue) = 48+131+94=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #30835E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30835E is #CF7CA1. Grayscale: #666666. Windows color (decimal): -13597858 or 6193968. OLE color: 6193968.
HSL color Cylindrical-coordinate representation of color #30835E: hue angle of 153.25º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30835E is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 131 | 94 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.49 |
| HSL | 153.25º | 0.46% | 0.35% | - |
| HSV(B) | 153.25º | 0.63% | 0.51% | - |
| XYZ | 11.36 | 17.67 | 13.4 | - |
| YUV | 101.97 | 123.5 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 131 | 94 | 0.63 | 0 | 0.28 | 0.49 | 153.25 | 0.46 | 0.35 |
| Hex | 30 | 83 | 5E | 3F | 0 | 1C | 31 | 99 | 2E | 23 |
| Octal | 60 | 203 | 136 | 77 | 0 | 34 | 61 | 231 | 56 | 43 |
| Binary | 110000 | 10000011 | 1011110 | 111111 | 0 | 11100 | 110001 | 10011001 | 101110 | 100011 |
Color Harmonies of #30835E
Complementary color
Monochromatic Colors of #30835E
Black with #30835E
Text Example
Text Example
White with #30835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30835E; }
p { color: rgb(48,131,94); }
H1.HeaderClassName
{
color: #30835E;
}
.AnyTagClassName
{
color: #30835E;
}
</style>
background-color css
<style>
a { background-color: #30835E; }
a { background-color: rgb(48,131,94); }
div.DivClassName
{
background-color: #30835E;
}
.BgClassName
{
background-color: #30835E;
}
</style>
border-color css
<style>
span { border-color: #30835E; }
span { border-color: rgb(48,131,94); }
td.TdClassName
{
border-color: #30835E;
}
.TagClassName
{
border-color: #30835E;
}
</style>