Shades of Sea Green #1F965B
Tints of Sea Green #1F965B
RGB
CMYK
RGB Variations
Color information
#1F965B (or 0x1F965B) is known color: Sea Green. HEX triplet: 1F, 96 and 5B. RGB value is (31,150,91). Sum of RGB (Red+Green+Blue) = 31+150+91=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #1F965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F965B is #E069A4. Grayscale: #6B6B6B. Windows color (decimal): -14707109 or 6002207. OLE color: 6002207.
HSL color Cylindrical-coordinate representation of color #1F965B: hue angle of 150.25º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F965B is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 150 | 91 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.41 |
| HSL | 150.25º | 0.66% | 0.35% | - |
| HSV(B) | 150.25º | 0.79% | 0.59% | - |
| XYZ | 13.36 | 22.86 | 13.61 | - |
| YUV | 107.69 | 118.58 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 91 | 0.79 | 0 | 0.39 | 0.41 | 150.25 | 0.66 | 0.35 |
| Hex | 1F | 96 | 5B | 4F | 0 | 27 | 29 | 96 | 42 | 23 |
| Octal | 37 | 226 | 133 | 117 | 0 | 47 | 51 | 226 | 102 | 43 |
| Binary | 11111 | 10010110 | 1011011 | 1001111 | 0 | 100111 | 101001 | 10010110 | 1000010 | 100011 |
Color Harmonies of #1F965B
Complementary color
Monochromatic Colors of #1F965B
Black with #1F965B
Text Example
Text Example
White with #1F965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F965B; }
p { color: rgb(31,150,91); }
H1.HeaderClassName
{
color: #1F965B;
}
.AnyTagClassName
{
color: #1F965B;
}
</style>
background-color css
<style>
a { background-color: #1F965B; }
a { background-color: rgb(31,150,91); }
div.DivClassName
{
background-color: #1F965B;
}
.BgClassName
{
background-color: #1F965B;
}
</style>
border-color css
<style>
span { border-color: #1F965B; }
span { border-color: rgb(31,150,91); }
td.TdClassName
{
border-color: #1F965B;
}
.TagClassName
{
border-color: #1F965B;
}
</style>