Shades of Sea Green #1F963F
Tints of Sea Green #1F963F
RGB
CMYK
RGB Variations
Color information
#1F963F (or 0x1F963F) is known color: Sea Green. HEX triplet: 1F, 96 and 3F. RGB value is (31,150,63). Sum of RGB (Red+Green+Blue) = 31+150+63=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 150 (58.98% from 255 or 61.48% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 150 - color contains mainly: green. Hex color #1F963F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F963F is #E069C0. Grayscale: #686868. Windows color (decimal): -14707137 or 4167199. OLE color: 4167199.
HSL color Cylindrical-coordinate representation of color #1F963F: hue angle of 136.13º 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 #1F963F is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 150 | 63 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.41 |
| HSL | 136.13º | 0.66% | 0.35% | - |
| HSV(B) | 136.13º | 0.79% | 0.59% | - |
| XYZ | 12.37 | 22.46 | 8.39 | - |
| YUV | 104.5 | 104.58 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 63 | 0.79 | 0 | 0.58 | 0.41 | 136.13 | 0.66 | 0.35 |
| Hex | 1F | 96 | 3F | 4F | 0 | 3A | 29 | 88 | 42 | 23 |
| Octal | 37 | 226 | 77 | 117 | 0 | 72 | 51 | 210 | 102 | 43 |
| Binary | 11111 | 10010110 | 111111 | 1001111 | 0 | 111010 | 101001 | 10001000 | 1000010 | 100011 |
Color Harmonies of #1F963F
Complementary color
Monochromatic Colors of #1F963F
Black with #1F963F
Text Example
Text Example
White with #1F963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F963F; }
p { color: rgb(31,150,63); }
H1.HeaderClassName
{
color: #1F963F;
}
.AnyTagClassName
{
color: #1F963F;
}
</style>
background-color css
<style>
a { background-color: #1F963F; }
a { background-color: rgb(31,150,63); }
div.DivClassName
{
background-color: #1F963F;
}
.BgClassName
{
background-color: #1F963F;
}
</style>
border-color css
<style>
span { border-color: #1F963F; }
span { border-color: rgb(31,150,63); }
td.TdClassName
{
border-color: #1F963F;
}
.TagClassName
{
border-color: #1F963F;
}
</style>