Shades of Sea Green #30884A
Tints of Sea Green #30884A
RGB
CMYK
RGB Variations
Color information
#30884A (or 0x30884A) is known color: Sea Green. HEX triplet: 30, 88 and 4A. RGB value is (48,136,74). Sum of RGB (Red+Green+Blue) = 48+136+74=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #30884A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30884A is #CF77B5. Grayscale: #666666. Windows color (decimal): -13596598 or 4884528. OLE color: 4884528.
HSL color Cylindrical-coordinate representation of color #30884A: hue angle of 137.73º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30884A is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 136 | 74 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.47 |
| HSL | 137.73º | 0.48% | 0.36% | - |
| HSV(B) | 137.73º | 0.65% | 0.53% | - |
| XYZ | 11.26 | 18.73 | 9.5 | - |
| YUV | 102.62 | 111.85 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 74 | 0.65 | 0 | 0.46 | 0.47 | 137.73 | 0.48 | 0.36 |
| Hex | 30 | 88 | 4A | 41 | 0 | 2E | 2F | 8A | 30 | 24 |
| Octal | 60 | 210 | 112 | 101 | 0 | 56 | 57 | 212 | 60 | 44 |
| Binary | 110000 | 10001000 | 1001010 | 1000001 | 0 | 101110 | 101111 | 10001010 | 110000 | 100100 |
Color Harmonies of #30884A
Complementary color
Monochromatic Colors of #30884A
Black with #30884A
Text Example
Text Example
White with #30884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30884A; }
p { color: rgb(48,136,74); }
H1.HeaderClassName
{
color: #30884A;
}
.AnyTagClassName
{
color: #30884A;
}
</style>
background-color css
<style>
a { background-color: #30884A; }
a { background-color: rgb(48,136,74); }
div.DivClassName
{
background-color: #30884A;
}
.BgClassName
{
background-color: #30884A;
}
</style>
border-color css
<style>
span { border-color: #30884A; }
span { border-color: rgb(48,136,74); }
td.TdClassName
{
border-color: #30884A;
}
.TagClassName
{
border-color: #30884A;
}
</style>