Shades of Sea Green #1F915C
Tints of Sea Green #1F915C
RGB
CMYK
RGB Variations
Color information
#1F915C (or 0x1F915C) is known color: Sea Green. HEX triplet: 1F, 91 and 5C. RGB value is (31,145,92). Sum of RGB (Red+Green+Blue) = 31+145+92=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #1F915C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F915C is #E06EA3. Grayscale: #686868. Windows color (decimal): -14708388 or 6066463. OLE color: 6066463.
HSL color Cylindrical-coordinate representation of color #1F915C: hue angle of 152.11º 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 #1F915C is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 145 | 92 | - |
| CMYK | 0.79 | 0 | 0.37 | 0.43 |
| HSL | 152.11º | 0.65% | 0.35% | - |
| HSV(B) | 152.11º | 0.79% | 0.57% | - |
| XYZ | 12.62 | 21.31 | 13.57 | - |
| YUV | 104.87 | 120.73 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 145 | 92 | 0.79 | 0 | 0.37 | 0.43 | 152.11 | 0.65 | 0.35 |
| Hex | 1F | 91 | 5C | 4F | 0 | 25 | 2B | 98 | 41 | 23 |
| Octal | 37 | 221 | 134 | 117 | 0 | 45 | 53 | 230 | 101 | 43 |
| Binary | 11111 | 10010001 | 1011100 | 1001111 | 0 | 100101 | 101011 | 10011000 | 1000001 | 100011 |
Color Harmonies of #1F915C
Complementary color
Monochromatic Colors of #1F915C
Black with #1F915C
Text Example
Text Example
White with #1F915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F915C; }
p { color: rgb(31,145,92); }
H1.HeaderClassName
{
color: #1F915C;
}
.AnyTagClassName
{
color: #1F915C;
}
</style>
background-color css
<style>
a { background-color: #1F915C; }
a { background-color: rgb(31,145,92); }
div.DivClassName
{
background-color: #1F915C;
}
.BgClassName
{
background-color: #1F915C;
}
</style>
border-color css
<style>
span { border-color: #1F915C; }
span { border-color: rgb(31,145,92); }
td.TdClassName
{
border-color: #1F915C;
}
.TagClassName
{
border-color: #1F915C;
}
</style>