Shades of Sea Green #1F9A52
Tints of Sea Green #1F9A52
RGB
CMYK
RGB Variations
Color information
#1F9A52 (or 0x1F9A52) is known color: Sea Green. HEX triplet: 1F, 9A and 52. RGB value is (31,154,82). Sum of RGB (Red+Green+Blue) = 31+154+82=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 154 (60.55% from 255 or 57.68% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 154 - color contains mainly: green. Hex color #1F9A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9A52 is #E065AD. Grayscale: #6D6D6D. Windows color (decimal): -14706094 or 5413407. OLE color: 5413407.
HSL color Cylindrical-coordinate representation of color #1F9A52: hue angle of 144.88º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9A52 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 154 | 82 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.40 |
| HSL | 144.88º | 0.66% | 0.36% | - |
| HSV(B) | 144.88º | 0.8% | 0.6% | - |
| XYZ | 13.64 | 24.01 | 11.9 | - |
| YUV | 109.02 | 112.75 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 154 | 82 | 0.80 | 0 | 0.47 | 0.40 | 144.88 | 0.66 | 0.36 |
| Hex | 1F | 9A | 52 | 50 | 0 | 2F | 28 | 91 | 42 | 24 |
| Octal | 37 | 232 | 122 | 120 | 0 | 57 | 50 | 221 | 102 | 44 |
| Binary | 11111 | 10011010 | 1010010 | 1010000 | 0 | 101111 | 101000 | 10010001 | 1000010 | 100100 |
Color Harmonies of #1F9A52
Complementary color
Monochromatic Colors of #1F9A52
Black with #1F9A52
Text Example
Text Example
White with #1F9A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9A52; }
p { color: rgb(31,154,82); }
H1.HeaderClassName
{
color: #1F9A52;
}
.AnyTagClassName
{
color: #1F9A52;
}
</style>
background-color css
<style>
a { background-color: #1F9A52; }
a { background-color: rgb(31,154,82); }
div.DivClassName
{
background-color: #1F9A52;
}
.BgClassName
{
background-color: #1F9A52;
}
</style>
border-color css
<style>
span { border-color: #1F9A52; }
span { border-color: rgb(31,154,82); }
td.TdClassName
{
border-color: #1F9A52;
}
.TagClassName
{
border-color: #1F9A52;
}
</style>