Shades of Sea Green #1F9254
Tints of Sea Green #1F9254
RGB
CMYK
RGB Variations
Color information
#1F9254 (or 0x1F9254) is known color: Sea Green. HEX triplet: 1F, 92 and 54. RGB value is (31,146,84). Sum of RGB (Red+Green+Blue) = 31+146+84=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #1F9254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9254 is #E06DAB. Grayscale: #686868. Windows color (decimal): -14708140 or 5542431. OLE color: 5542431.
HSL color Cylindrical-coordinate representation of color #1F9254: hue angle of 147.65º 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 #1F9254 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 146 | 84 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.43 |
| HSL | 147.65º | 0.65% | 0.35% | - |
| HSV(B) | 147.65º | 0.79% | 0.57% | - |
| XYZ | 12.44 | 21.49 | 11.88 | - |
| YUV | 104.55 | 116.4 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 84 | 0.79 | 0 | 0.42 | 0.43 | 147.65 | 0.65 | 0.35 |
| Hex | 1F | 92 | 54 | 4F | 0 | 2A | 2B | 94 | 41 | 23 |
| Octal | 37 | 222 | 124 | 117 | 0 | 52 | 53 | 224 | 101 | 43 |
| Binary | 11111 | 10010010 | 1010100 | 1001111 | 0 | 101010 | 101011 | 10010100 | 1000001 | 100011 |
Color Harmonies of #1F9254
Complementary color
Monochromatic Colors of #1F9254
Black with #1F9254
Text Example
Text Example
White with #1F9254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9254; }
p { color: rgb(31,146,84); }
H1.HeaderClassName
{
color: #1F9254;
}
.AnyTagClassName
{
color: #1F9254;
}
</style>
background-color css
<style>
a { background-color: #1F9254; }
a { background-color: rgb(31,146,84); }
div.DivClassName
{
background-color: #1F9254;
}
.BgClassName
{
background-color: #1F9254;
}
</style>
border-color css
<style>
span { border-color: #1F9254; }
span { border-color: rgb(31,146,84); }
td.TdClassName
{
border-color: #1F9254;
}
.TagClassName
{
border-color: #1F9254;
}
</style>