Shades of Sea Green #1F8C52
Tints of Sea Green #1F8C52
RGB
CMYK
RGB Variations
Color information
#1F8C52 (or 0x1F8C52) is known color: Sea Green. HEX triplet: 1F, 8C and 52. RGB value is (31,140,82). Sum of RGB (Red+Green+Blue) = 31+140+82=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #1F8C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8C52 is #E073AD. Grayscale: #646464. Windows color (decimal): -14709678 or 5409823. OLE color: 5409823.
HSL color Cylindrical-coordinate representation of color #1F8C52: hue angle of 148.07º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8C52 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 140 | 82 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.45 |
| HSL | 148.07º | 0.64% | 0.34% | - |
| HSV(B) | 148.07º | 0.78% | 0.55% | - |
| XYZ | 11.47 | 19.66 | 11.17 | - |
| YUV | 100.8 | 117.39 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 140 | 82 | 0.78 | 0 | 0.41 | 0.45 | 148.07 | 0.64 | 0.34 |
| Hex | 1F | 8C | 52 | 4E | 0 | 29 | 2D | 94 | 40 | 22 |
| Octal | 37 | 214 | 122 | 116 | 0 | 51 | 55 | 224 | 100 | 42 |
| Binary | 11111 | 10001100 | 1010010 | 1001110 | 0 | 101001 | 101101 | 10010100 | 1000000 | 100010 |
Color Harmonies of #1F8C52
Complementary color
Monochromatic Colors of #1F8C52
Black with #1F8C52
Text Example
Text Example
White with #1F8C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8C52; }
p { color: rgb(31,140,82); }
H1.HeaderClassName
{
color: #1F8C52;
}
.AnyTagClassName
{
color: #1F8C52;
}
</style>
background-color css
<style>
a { background-color: #1F8C52; }
a { background-color: rgb(31,140,82); }
div.DivClassName
{
background-color: #1F8C52;
}
.BgClassName
{
background-color: #1F8C52;
}
</style>
border-color css
<style>
span { border-color: #1F8C52; }
span { border-color: rgb(31,140,82); }
td.TdClassName
{
border-color: #1F8C52;
}
.TagClassName
{
border-color: #1F8C52;
}
</style>