Shades of Sea Green #1F914D
Tints of Sea Green #1F914D
RGB
CMYK
RGB Variations
Color information
#1F914D (or 0x1F914D) is known color: Sea Green. HEX triplet: 1F, 91 and 4D. RGB value is (31,145,77). Sum of RGB (Red+Green+Blue) = 31+145+77=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #1F914D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F914D is #E06EB2. Grayscale: #676767. Windows color (decimal): -14708403 or 5083423. OLE color: 5083423.
HSL color Cylindrical-coordinate representation of color #1F914D: hue angle of 144.21º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F914D is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 145 | 77 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.43 |
| HSL | 144.21º | 0.65% | 0.35% | - |
| HSV(B) | 144.21º | 0.79% | 0.57% | - |
| XYZ | 12.03 | 21.08 | 10.46 | - |
| YUV | 103.16 | 113.23 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 145 | 77 | 0.79 | 0 | 0.47 | 0.43 | 144.21 | 0.65 | 0.35 |
| Hex | 1F | 91 | 4D | 4F | 0 | 2F | 2B | 90 | 41 | 23 |
| Octal | 37 | 221 | 115 | 117 | 0 | 57 | 53 | 220 | 101 | 43 |
| Binary | 11111 | 10010001 | 1001101 | 1001111 | 0 | 101111 | 101011 | 10010000 | 1000001 | 100011 |
Color Harmonies of #1F914D
Complementary color
Monochromatic Colors of #1F914D
Black with #1F914D
Text Example
Text Example
White with #1F914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F914D; }
p { color: rgb(31,145,77); }
H1.HeaderClassName
{
color: #1F914D;
}
.AnyTagClassName
{
color: #1F914D;
}
</style>
background-color css
<style>
a { background-color: #1F914D; }
a { background-color: rgb(31,145,77); }
div.DivClassName
{
background-color: #1F914D;
}
.BgClassName
{
background-color: #1F914D;
}
</style>
border-color css
<style>
span { border-color: #1F914D; }
span { border-color: rgb(31,145,77); }
td.TdClassName
{
border-color: #1F914D;
}
.TagClassName
{
border-color: #1F914D;
}
</style>