Shades of Sea Green #1F875A
Tints of Sea Green #1F875A
RGB
CMYK
RGB Variations
Color information
#1F875A (or 0x1F875A) is known color: Sea Green. HEX triplet: 1F, 87 and 5A. RGB value is (31,135,90). Sum of RGB (Red+Green+Blue) = 31+135+90=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #1F875A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F875A is #E078A5. Grayscale: #626262. Windows color (decimal): -14710950 or 5932831. OLE color: 5932831.
HSL color Cylindrical-coordinate representation of color #1F875A: hue angle of 154.04º 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 #1F875A is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 90 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.47 |
| HSL | 154.04º | 0.63% | 0.33% | - |
| HSV(B) | 154.04º | 0.77% | 0.53% | - |
| XYZ | 11.07 | 18.36 | 12.63 | - |
| YUV | 98.77 | 123.04 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 90 | 0.77 | 0 | 0.33 | 0.47 | 154.04 | 0.63 | 0.33 |
| Hex | 1F | 87 | 5A | 4D | 0 | 21 | 2F | 9A | 3F | 21 |
| Octal | 37 | 207 | 132 | 115 | 0 | 41 | 57 | 232 | 77 | 41 |
| Binary | 11111 | 10000111 | 1011010 | 1001101 | 0 | 100001 | 101111 | 10011010 | 111111 | 100001 |
Color Harmonies of #1F875A
Complementary color
Monochromatic Colors of #1F875A
Black with #1F875A
Text Example
Text Example
White with #1F875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F875A; }
p { color: rgb(31,135,90); }
H1.HeaderClassName
{
color: #1F875A;
}
.AnyTagClassName
{
color: #1F875A;
}
</style>
background-color css
<style>
a { background-color: #1F875A; }
a { background-color: rgb(31,135,90); }
div.DivClassName
{
background-color: #1F875A;
}
.BgClassName
{
background-color: #1F875A;
}
</style>
border-color css
<style>
span { border-color: #1F875A; }
span { border-color: rgb(31,135,90); }
td.TdClassName
{
border-color: #1F875A;
}
.TagClassName
{
border-color: #1F875A;
}
</style>