Shades of Sea Green #1F925B
Tints of Sea Green #1F925B
RGB
CMYK
RGB Variations
Color information
#1F925B (or 0x1F925B) is known color: Sea Green. HEX triplet: 1F, 92 and 5B. RGB value is (31,146,91). Sum of RGB (Red+Green+Blue) = 31+146+91=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #1F925B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F925B is #E06DA4. Grayscale: #696969. Windows color (decimal): -14708133 or 6001183. OLE color: 6001183.
HSL color Cylindrical-coordinate representation of color #1F925B: hue angle of 151.3º 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 #1F925B is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 146 | 91 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.43 |
| HSL | 151.3º | 0.65% | 0.35% | - |
| HSV(B) | 151.3º | 0.79% | 0.57% | - |
| XYZ | 12.73 | 21.6 | 13.4 | - |
| YUV | 105.35 | 119.9 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 91 | 0.79 | 0 | 0.38 | 0.43 | 151.3 | 0.65 | 0.35 |
| Hex | 1F | 92 | 5B | 4F | 0 | 26 | 2B | 97 | 41 | 23 |
| Octal | 37 | 222 | 133 | 117 | 0 | 46 | 53 | 227 | 101 | 43 |
| Binary | 11111 | 10010010 | 1011011 | 1001111 | 0 | 100110 | 101011 | 10010111 | 1000001 | 100011 |
Color Harmonies of #1F925B
Complementary color
Monochromatic Colors of #1F925B
Black with #1F925B
Text Example
Text Example
White with #1F925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F925B; }
p { color: rgb(31,146,91); }
H1.HeaderClassName
{
color: #1F925B;
}
.AnyTagClassName
{
color: #1F925B;
}
</style>
background-color css
<style>
a { background-color: #1F925B; }
a { background-color: rgb(31,146,91); }
div.DivClassName
{
background-color: #1F925B;
}
.BgClassName
{
background-color: #1F925B;
}
</style>
border-color css
<style>
span { border-color: #1F925B; }
span { border-color: rgb(31,146,91); }
td.TdClassName
{
border-color: #1F925B;
}
.TagClassName
{
border-color: #1F925B;
}
</style>