Shades of Sea Green #1F8F52
Tints of Sea Green #1F8F52
RGB
CMYK
RGB Variations
Color information
#1F8F52 (or 0x1F8F52) is known color: Sea Green. HEX triplet: 1F, 8F and 52. RGB value is (31,143,82). Sum of RGB (Red+Green+Blue) = 31+143+82=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 143 (56.25% from 255 or 55.86% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 143 - color contains mainly: green. Hex color #1F8F52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8F52 is #E070AD. Grayscale: #666666. Windows color (decimal): -14708910 or 5410591. OLE color: 5410591.
HSL color Cylindrical-coordinate representation of color #1F8F52: hue angle of 147.32º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8F52 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 143 | 82 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.44 |
| HSL | 147.32º | 0.64% | 0.34% | - |
| HSV(B) | 147.32º | 0.78% | 0.56% | - |
| XYZ | 11.91 | 20.55 | 11.32 | - |
| YUV | 102.56 | 116.39 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 143 | 82 | 0.78 | 0 | 0.43 | 0.44 | 147.32 | 0.64 | 0.34 |
| Hex | 1F | 8F | 52 | 4E | 0 | 2B | 2C | 93 | 40 | 22 |
| Octal | 37 | 217 | 122 | 116 | 0 | 53 | 54 | 223 | 100 | 42 |
| Binary | 11111 | 10001111 | 1010010 | 1001110 | 0 | 101011 | 101100 | 10010011 | 1000000 | 100010 |
Color Harmonies of #1F8F52
Complementary color
Monochromatic Colors of #1F8F52
Black with #1F8F52
Text Example
Text Example
White with #1F8F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8F52; }
p { color: rgb(31,143,82); }
H1.HeaderClassName
{
color: #1F8F52;
}
.AnyTagClassName
{
color: #1F8F52;
}
</style>
background-color css
<style>
a { background-color: #1F8F52; }
a { background-color: rgb(31,143,82); }
div.DivClassName
{
background-color: #1F8F52;
}
.BgClassName
{
background-color: #1F8F52;
}
</style>
border-color css
<style>
span { border-color: #1F8F52; }
span { border-color: rgb(31,143,82); }
td.TdClassName
{
border-color: #1F8F52;
}
.TagClassName
{
border-color: #1F8F52;
}
</style>