Shades of Sea Green #1F935E
Tints of Sea Green #1F935E
RGB
CMYK
RGB Variations
Color information
#1F935E (or 0x1F935E) is known color: Sea Green. HEX triplet: 1F, 93 and 5E. RGB value is (31,147,94). Sum of RGB (Red+Green+Blue) = 31+147+94=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #1F935E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F935E is #E06CA1. Grayscale: #6A6A6A. Windows color (decimal): -14707874 or 6198047. OLE color: 6198047.
HSL color Cylindrical-coordinate representation of color #1F935E: hue angle of 152.59º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F935E is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 147 | 94 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.42 |
| HSL | 152.59º | 0.65% | 0.35% | - |
| HSV(B) | 152.59º | 0.79% | 0.58% | - |
| XYZ | 13.02 | 21.97 | 14.14 | - |
| YUV | 106.27 | 121.07 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 94 | 0.79 | 0 | 0.36 | 0.42 | 152.59 | 0.65 | 0.35 |
| Hex | 1F | 93 | 5E | 4F | 0 | 24 | 2A | 99 | 41 | 23 |
| Octal | 37 | 223 | 136 | 117 | 0 | 44 | 52 | 231 | 101 | 43 |
| Binary | 11111 | 10010011 | 1011110 | 1001111 | 0 | 100100 | 101010 | 10011001 | 1000001 | 100011 |
Color Harmonies of #1F935E
Complementary color
Monochromatic Colors of #1F935E
Black with #1F935E
Text Example
Text Example
White with #1F935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F935E; }
p { color: rgb(31,147,94); }
H1.HeaderClassName
{
color: #1F935E;
}
.AnyTagClassName
{
color: #1F935E;
}
</style>
background-color css
<style>
a { background-color: #1F935E; }
a { background-color: rgb(31,147,94); }
div.DivClassName
{
background-color: #1F935E;
}
.BgClassName
{
background-color: #1F935E;
}
</style>
border-color css
<style>
span { border-color: #1F935E; }
span { border-color: rgb(31,147,94); }
td.TdClassName
{
border-color: #1F935E;
}
.TagClassName
{
border-color: #1F935E;
}
</style>