Shades of Sea Green #1F9255
Tints of Sea Green #1F9255
RGB
CMYK
RGB Variations
Color information
#1F9255 (or 0x1F9255) is known color: Sea Green. HEX triplet: 1F, 92 and 55. RGB value is (31,146,85). Sum of RGB (Red+Green+Blue) = 31+146+85=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #1F9255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9255 is #E06DAA. Grayscale: #686868. Windows color (decimal): -14708139 or 5607967. OLE color: 5607967.
HSL color Cylindrical-coordinate representation of color #1F9255: hue angle of 148.17º 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 #1F9255 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 146 | 85 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.43 |
| HSL | 148.17º | 0.65% | 0.35% | - |
| HSV(B) | 148.17º | 0.79% | 0.57% | - |
| XYZ | 12.48 | 21.5 | 12.09 | - |
| YUV | 104.66 | 116.9 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 85 | 0.79 | 0 | 0.42 | 0.43 | 148.17 | 0.65 | 0.35 |
| Hex | 1F | 92 | 55 | 4F | 0 | 2A | 2B | 94 | 41 | 23 |
| Octal | 37 | 222 | 125 | 117 | 0 | 52 | 53 | 224 | 101 | 43 |
| Binary | 11111 | 10010010 | 1010101 | 1001111 | 0 | 101010 | 101011 | 10010100 | 1000001 | 100011 |
Color Harmonies of #1F9255
Complementary color
Monochromatic Colors of #1F9255
Black with #1F9255
Text Example
Text Example
White with #1F9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9255; }
p { color: rgb(31,146,85); }
H1.HeaderClassName
{
color: #1F9255;
}
.AnyTagClassName
{
color: #1F9255;
}
</style>
background-color css
<style>
a { background-color: #1F9255; }
a { background-color: rgb(31,146,85); }
div.DivClassName
{
background-color: #1F9255;
}
.BgClassName
{
background-color: #1F9255;
}
</style>
border-color css
<style>
span { border-color: #1F9255; }
span { border-color: rgb(31,146,85); }
td.TdClassName
{
border-color: #1F9255;
}
.TagClassName
{
border-color: #1F9255;
}
</style>