Shades of Sea Green #1F975A
Tints of Sea Green #1F975A
RGB
CMYK
RGB Variations
Color information
#1F975A (or 0x1F975A) is known color: Sea Green. HEX triplet: 1F, 97 and 5A. RGB value is (31,151,90). Sum of RGB (Red+Green+Blue) = 31+151+90=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #1F975A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F975A is #E068A5. Grayscale: #6C6C6C. Windows color (decimal): -14706854 or 5936927. OLE color: 5936927.
HSL color Cylindrical-coordinate representation of color #1F975A: hue angle of 149.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F975A is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 151 | 90 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.41 |
| HSL | 149.5º | 0.66% | 0.36% | - |
| HSV(B) | 149.5º | 0.79% | 0.59% | - |
| XYZ | 13.48 | 23.16 | 13.43 | - |
| YUV | 108.17 | 117.74 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 90 | 0.79 | 0 | 0.40 | 0.41 | 149.5 | 0.66 | 0.36 |
| Hex | 1F | 97 | 5A | 4F | 0 | 28 | 29 | 96 | 42 | 24 |
| Octal | 37 | 227 | 132 | 117 | 0 | 50 | 51 | 226 | 102 | 44 |
| Binary | 11111 | 10010111 | 1011010 | 1001111 | 0 | 101000 | 101001 | 10010110 | 1000010 | 100100 |
Color Harmonies of #1F975A
Complementary color
Monochromatic Colors of #1F975A
Black with #1F975A
Text Example
Text Example
White with #1F975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F975A; }
p { color: rgb(31,151,90); }
H1.HeaderClassName
{
color: #1F975A;
}
.AnyTagClassName
{
color: #1F975A;
}
</style>
background-color css
<style>
a { background-color: #1F975A; }
a { background-color: rgb(31,151,90); }
div.DivClassName
{
background-color: #1F975A;
}
.BgClassName
{
background-color: #1F975A;
}
</style>
border-color css
<style>
span { border-color: #1F975A; }
span { border-color: rgb(31,151,90); }
td.TdClassName
{
border-color: #1F975A;
}
.TagClassName
{
border-color: #1F975A;
}
</style>