Shades of Sea Green #30864A
Tints of Sea Green #30864A
RGB
CMYK
RGB Variations
Color information
#30864A (or 0x30864A) is known color: Sea Green. HEX triplet: 30, 86 and 4A. RGB value is (48,134,74). Sum of RGB (Red+Green+Blue) = 48+134+74=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #30864A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30864A is #CF79B5. Grayscale: #656565. Windows color (decimal): -13597110 or 4884016. OLE color: 4884016.
HSL color Cylindrical-coordinate representation of color #30864A: hue angle of 138.14º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30864A is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 134 | 74 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.47 |
| HSL | 138.14º | 0.47% | 0.36% | - |
| HSV(B) | 138.14º | 0.64% | 0.53% | - |
| XYZ | 10.98 | 18.17 | 9.41 | - |
| YUV | 101.45 | 112.51 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 74 | 0.64 | 0 | 0.45 | 0.47 | 138.14 | 0.47 | 0.36 |
| Hex | 30 | 86 | 4A | 40 | 0 | 2D | 2F | 8A | 2F | 24 |
| Octal | 60 | 206 | 112 | 100 | 0 | 55 | 57 | 212 | 57 | 44 |
| Binary | 110000 | 10000110 | 1001010 | 1000000 | 0 | 101101 | 101111 | 10001010 | 101111 | 100100 |
Color Harmonies of #30864A
Complementary color
Monochromatic Colors of #30864A
Black with #30864A
Text Example
Text Example
White with #30864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30864A; }
p { color: rgb(48,134,74); }
H1.HeaderClassName
{
color: #30864A;
}
.AnyTagClassName
{
color: #30864A;
}
</style>
background-color css
<style>
a { background-color: #30864A; }
a { background-color: rgb(48,134,74); }
div.DivClassName
{
background-color: #30864A;
}
.BgClassName
{
background-color: #30864A;
}
</style>
border-color css
<style>
span { border-color: #30864A; }
span { border-color: rgb(48,134,74); }
td.TdClassName
{
border-color: #30864A;
}
.TagClassName
{
border-color: #30864A;
}
</style>