Shades of Sea Green #1F9750
Tints of Sea Green #1F9750
RGB
CMYK
RGB Variations
Color information
#1F9750 (or 0x1F9750) is known color: Sea Green. HEX triplet: 1F, 97 and 50. RGB value is (31,151,80). Sum of RGB (Red+Green+Blue) = 31+151+80=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 151 (59.38% from 255 or 57.63% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 151 - color contains mainly: green. Hex color #1F9750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9750 is #E068AF. Grayscale: #6B6B6B. Windows color (decimal): -14706864 or 5281567. OLE color: 5281567.
HSL color Cylindrical-coordinate representation of color #1F9750: hue angle of 144.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 #1F9750 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 151 | 80 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.41 |
| HSL | 144.5º | 0.66% | 0.36% | - |
| HSV(B) | 144.5º | 0.79% | 0.59% | - |
| XYZ | 13.08 | 23 | 11.34 | - |
| YUV | 107.03 | 112.74 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 80 | 0.79 | 0 | 0.47 | 0.41 | 144.5 | 0.66 | 0.36 |
| Hex | 1F | 97 | 50 | 4F | 0 | 2F | 29 | 90 | 42 | 24 |
| Octal | 37 | 227 | 120 | 117 | 0 | 57 | 51 | 220 | 102 | 44 |
| Binary | 11111 | 10010111 | 1010000 | 1001111 | 0 | 101111 | 101001 | 10010000 | 1000010 | 100100 |
Color Harmonies of #1F9750
Complementary color
Monochromatic Colors of #1F9750
Black with #1F9750
Text Example
Text Example
White with #1F9750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9750; }
p { color: rgb(31,151,80); }
H1.HeaderClassName
{
color: #1F9750;
}
.AnyTagClassName
{
color: #1F9750;
}
</style>
background-color css
<style>
a { background-color: #1F9750; }
a { background-color: rgb(31,151,80); }
div.DivClassName
{
background-color: #1F9750;
}
.BgClassName
{
background-color: #1F9750;
}
</style>
border-color css
<style>
span { border-color: #1F9750; }
span { border-color: rgb(31,151,80); }
td.TdClassName
{
border-color: #1F9750;
}
.TagClassName
{
border-color: #1F9750;
}
</style>