Shades of Sea Green #1F905D
Tints of Sea Green #1F905D
RGB
CMYK
RGB Variations
Color information
#1F905D (or 0x1F905D) is known color: Sea Green. HEX triplet: 1F, 90 and 5D. RGB value is (31,144,93). Sum of RGB (Red+Green+Blue) = 31+144+93=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #1F905D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F905D is #E06FA2. Grayscale: #686868. Windows color (decimal): -14708643 or 6131743. OLE color: 6131743.
HSL color Cylindrical-coordinate representation of color #1F905D: hue angle of 152.92º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F905D is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 144 | 93 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.44 |
| HSL | 152.92º | 0.65% | 0.34% | - |
| HSV(B) | 152.92º | 0.78% | 0.56% | - |
| XYZ | 12.51 | 21.03 | 13.76 | - |
| YUV | 104.4 | 121.56 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 144 | 93 | 0.78 | 0 | 0.35 | 0.44 | 152.92 | 0.65 | 0.34 |
| Hex | 1F | 90 | 5D | 4E | 0 | 23 | 2C | 99 | 41 | 22 |
| Octal | 37 | 220 | 135 | 116 | 0 | 43 | 54 | 231 | 101 | 42 |
| Binary | 11111 | 10010000 | 1011101 | 1001110 | 0 | 100011 | 101100 | 10011001 | 1000001 | 100010 |
Color Harmonies of #1F905D
Complementary color
Monochromatic Colors of #1F905D
Black with #1F905D
Text Example
Text Example
White with #1F905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F905D; }
p { color: rgb(31,144,93); }
H1.HeaderClassName
{
color: #1F905D;
}
.AnyTagClassName
{
color: #1F905D;
}
</style>
background-color css
<style>
a { background-color: #1F905D; }
a { background-color: rgb(31,144,93); }
div.DivClassName
{
background-color: #1F905D;
}
.BgClassName
{
background-color: #1F905D;
}
</style>
border-color css
<style>
span { border-color: #1F905D; }
span { border-color: rgb(31,144,93); }
td.TdClassName
{
border-color: #1F905D;
}
.TagClassName
{
border-color: #1F905D;
}
</style>