Shades of Sea Green #1F894C
Tints of Sea Green #1F894C
RGB
CMYK
RGB Variations
Color information
#1F894C (or 0x1F894C) is known color: Sea Green. HEX triplet: 1F, 89 and 4C. RGB value is (31,137,76). Sum of RGB (Red+Green+Blue) = 31+137+76=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #1F894C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F894C is #E076B3. Grayscale: #626262. Windows color (decimal): -14710452 or 5015839. OLE color: 5015839.
HSL color Cylindrical-coordinate representation of color #1F894C: hue angle of 145.47º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F894C is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 137 | 76 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.46 |
| HSL | 145.47º | 0.63% | 0.33% | - |
| HSV(B) | 145.47º | 0.77% | 0.54% | - |
| XYZ | 10.82 | 18.7 | 9.88 | - |
| YUV | 98.35 | 115.38 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 76 | 0.77 | 0 | 0.45 | 0.46 | 145.47 | 0.63 | 0.33 |
| Hex | 1F | 89 | 4C | 4D | 0 | 2D | 2E | 91 | 3F | 21 |
| Octal | 37 | 211 | 114 | 115 | 0 | 55 | 56 | 221 | 77 | 41 |
| Binary | 11111 | 10001001 | 1001100 | 1001101 | 0 | 101101 | 101110 | 10010001 | 111111 | 100001 |
Color Harmonies of #1F894C
Complementary color
Monochromatic Colors of #1F894C
Black with #1F894C
Text Example
Text Example
White with #1F894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F894C; }
p { color: rgb(31,137,76); }
H1.HeaderClassName
{
color: #1F894C;
}
.AnyTagClassName
{
color: #1F894C;
}
</style>
background-color css
<style>
a { background-color: #1F894C; }
a { background-color: rgb(31,137,76); }
div.DivClassName
{
background-color: #1F894C;
}
.BgClassName
{
background-color: #1F894C;
}
</style>
border-color css
<style>
span { border-color: #1F894C; }
span { border-color: rgb(31,137,76); }
td.TdClassName
{
border-color: #1F894C;
}
.TagClassName
{
border-color: #1F894C;
}
</style>