Shades of Sea Green #1F9452
Tints of Sea Green #1F9452
RGB
CMYK
RGB Variations
Color information
#1F9452 (or 0x1F9452) is known color: Sea Green. HEX triplet: 1F, 94 and 52. RGB value is (31,148,82). Sum of RGB (Red+Green+Blue) = 31+148+82=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #1F9452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9452 is #E06BAD. Grayscale: #696969. Windows color (decimal): -14707630 or 5411871. OLE color: 5411871.
HSL color Cylindrical-coordinate representation of color #1F9452: hue angle of 146.15º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9452 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 148 | 82 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.42 |
| HSL | 146.15º | 0.65% | 0.35% | - |
| HSV(B) | 146.15º | 0.79% | 0.58% | - |
| XYZ | 12.68 | 22.08 | 11.58 | - |
| YUV | 105.49 | 114.74 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 148 | 82 | 0.79 | 0 | 0.45 | 0.42 | 146.15 | 0.65 | 0.35 |
| Hex | 1F | 94 | 52 | 4F | 0 | 2D | 2A | 92 | 41 | 23 |
| Octal | 37 | 224 | 122 | 117 | 0 | 55 | 52 | 222 | 101 | 43 |
| Binary | 11111 | 10010100 | 1010010 | 1001111 | 0 | 101101 | 101010 | 10010010 | 1000001 | 100011 |
Color Harmonies of #1F9452
Complementary color
Monochromatic Colors of #1F9452
Black with #1F9452
Text Example
Text Example
White with #1F9452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9452; }
p { color: rgb(31,148,82); }
H1.HeaderClassName
{
color: #1F9452;
}
.AnyTagClassName
{
color: #1F9452;
}
</style>
background-color css
<style>
a { background-color: #1F9452; }
a { background-color: rgb(31,148,82); }
div.DivClassName
{
background-color: #1F9452;
}
.BgClassName
{
background-color: #1F9452;
}
</style>
border-color css
<style>
span { border-color: #1F9452; }
span { border-color: rgb(31,148,82); }
td.TdClassName
{
border-color: #1F9452;
}
.TagClassName
{
border-color: #1F9452;
}
</style>