Shades of Sea Green #307F5B
Tints of Sea Green #307F5B
RGB
CMYK
RGB Variations
Color information
#307F5B (or 0x307F5B) is known color: Sea Green. HEX triplet: 30, 7F and 5B. RGB value is (48,127,91). Sum of RGB (Red+Green+Blue) = 48+127+91=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #307F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307F5B is #CF80A4. Grayscale: #636363. Windows color (decimal): -13598885 or 5996336. OLE color: 5996336.
HSL color Cylindrical-coordinate representation of color #307F5B: hue angle of 152.66º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307F5B is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 127 | 91 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.50 |
| HSL | 152.66º | 0.45% | 0.34% | - |
| HSV(B) | 152.66º | 0.62% | 0.5% | - |
| XYZ | 10.7 | 16.56 | 12.53 | - |
| YUV | 99.28 | 123.33 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 91 | 0.62 | 0 | 0.28 | 0.50 | 152.66 | 0.45 | 0.34 |
| Hex | 30 | 7F | 5B | 3E | 0 | 1C | 32 | 99 | 2D | 22 |
| Octal | 60 | 177 | 133 | 76 | 0 | 34 | 62 | 231 | 55 | 42 |
| Binary | 110000 | 1111111 | 1011011 | 111110 | 0 | 11100 | 110010 | 10011001 | 101101 | 100010 |
Color Harmonies of #307F5B
Complementary color
Monochromatic Colors of #307F5B
Black with #307F5B
Text Example
Text Example
White with #307F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307F5B; }
p { color: rgb(48,127,91); }
H1.HeaderClassName
{
color: #307F5B;
}
.AnyTagClassName
{
color: #307F5B;
}
</style>
background-color css
<style>
a { background-color: #307F5B; }
a { background-color: rgb(48,127,91); }
div.DivClassName
{
background-color: #307F5B;
}
.BgClassName
{
background-color: #307F5B;
}
</style>
border-color css
<style>
span { border-color: #307F5B; }
span { border-color: rgb(48,127,91); }
td.TdClassName
{
border-color: #307F5B;
}
.TagClassName
{
border-color: #307F5B;
}
</style>