Shades of Sea Green #1F894D
Tints of Sea Green #1F894D
RGB
CMYK
RGB Variations
Color information
#1F894D (or 0x1F894D) is known color: Sea Green. HEX triplet: 1F, 89 and 4D. RGB value is (31,137,77). Sum of RGB (Red+Green+Blue) = 31+137+77=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #1F894D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F894D is #E076B2. Grayscale: #626262. Windows color (decimal): -14710451 or 5081375. OLE color: 5081375.
HSL color Cylindrical-coordinate representation of color #1F894D: hue angle of 146.04º 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 #1F894D is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 137 | 77 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.46 |
| HSL | 146.04º | 0.63% | 0.33% | - |
| HSV(B) | 146.04º | 0.77% | 0.54% | - |
| XYZ | 10.85 | 18.72 | 10.06 | - |
| YUV | 98.47 | 115.88 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 77 | 0.77 | 0 | 0.44 | 0.46 | 146.04 | 0.63 | 0.33 |
| Hex | 1F | 89 | 4D | 4D | 0 | 2C | 2E | 92 | 3F | 21 |
| Octal | 37 | 211 | 115 | 115 | 0 | 54 | 56 | 222 | 77 | 41 |
| Binary | 11111 | 10001001 | 1001101 | 1001101 | 0 | 101100 | 101110 | 10010010 | 111111 | 100001 |
Color Harmonies of #1F894D
Complementary color
Monochromatic Colors of #1F894D
Black with #1F894D
Text Example
Text Example
White with #1F894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F894D; }
p { color: rgb(31,137,77); }
H1.HeaderClassName
{
color: #1F894D;
}
.AnyTagClassName
{
color: #1F894D;
}
</style>
background-color css
<style>
a { background-color: #1F894D; }
a { background-color: rgb(31,137,77); }
div.DivClassName
{
background-color: #1F894D;
}
.BgClassName
{
background-color: #1F894D;
}
</style>
border-color css
<style>
span { border-color: #1F894D; }
span { border-color: rgb(31,137,77); }
td.TdClassName
{
border-color: #1F894D;
}
.TagClassName
{
border-color: #1F894D;
}
</style>