Shades of Sea Green #1F875B
Tints of Sea Green #1F875B
RGB
CMYK
RGB Variations
Color information
#1F875B (or 0x1F875B) is known color: Sea Green. HEX triplet: 1F, 87 and 5B. RGB value is (31,135,91). Sum of RGB (Red+Green+Blue) = 31+135+91=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #1F875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F875B is #E078A4. Grayscale: #626262. Windows color (decimal): -14710949 or 5998367. OLE color: 5998367.
HSL color Cylindrical-coordinate representation of color #1F875B: hue angle of 154.62º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F875B is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 91 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.47 |
| HSL | 154.62º | 0.63% | 0.33% | - |
| HSV(B) | 154.62º | 0.77% | 0.53% | - |
| XYZ | 11.12 | 18.37 | 12.86 | - |
| YUV | 98.89 | 123.54 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 91 | 0.77 | 0 | 0.33 | 0.47 | 154.62 | 0.63 | 0.33 |
| Hex | 1F | 87 | 5B | 4D | 0 | 21 | 2F | 9B | 3F | 21 |
| Octal | 37 | 207 | 133 | 115 | 0 | 41 | 57 | 233 | 77 | 41 |
| Binary | 11111 | 10000111 | 1011011 | 1001101 | 0 | 100001 | 101111 | 10011011 | 111111 | 100001 |
Color Harmonies of #1F875B
Complementary color
Monochromatic Colors of #1F875B
Black with #1F875B
Text Example
Text Example
White with #1F875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F875B; }
p { color: rgb(31,135,91); }
H1.HeaderClassName
{
color: #1F875B;
}
.AnyTagClassName
{
color: #1F875B;
}
</style>
background-color css
<style>
a { background-color: #1F875B; }
a { background-color: rgb(31,135,91); }
div.DivClassName
{
background-color: #1F875B;
}
.BgClassName
{
background-color: #1F875B;
}
</style>
border-color css
<style>
span { border-color: #1F875B; }
span { border-color: rgb(31,135,91); }
td.TdClassName
{
border-color: #1F875B;
}
.TagClassName
{
border-color: #1F875B;
}
</style>