Shades of Sea Green #1F963D
Tints of Sea Green #1F963D
RGB
CMYK
RGB Variations
Color information
#1F963D (or 0x1F963D) is known color: Sea Green. HEX triplet: 1F, 96 and 3D. RGB value is (31,150,61). Sum of RGB (Red+Green+Blue) = 31+150+61=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 150 (58.98% from 255 or 61.98% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 150 - color contains mainly: green. Hex color #1F963D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F963D is #E069C2. Grayscale: #686868. Windows color (decimal): -14707139 or 4036127. OLE color: 4036127.
HSL color Cylindrical-coordinate representation of color #1F963D: hue angle of 135.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 #1F963D is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 150 | 61 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.41 |
| HSL | 135.13º | 0.66% | 0.35% | - |
| HSV(B) | 135.13º | 0.79% | 0.59% | - |
| XYZ | 12.31 | 22.44 | 8.1 | - |
| YUV | 104.27 | 103.58 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 61 | 0.79 | 0 | 0.59 | 0.41 | 135.13 | 0.66 | 0.35 |
| Hex | 1F | 96 | 3D | 4F | 0 | 3B | 29 | 87 | 42 | 23 |
| Octal | 37 | 226 | 75 | 117 | 0 | 73 | 51 | 207 | 102 | 43 |
| Binary | 11111 | 10010110 | 111101 | 1001111 | 0 | 111011 | 101001 | 10000111 | 1000010 | 100011 |
Color Harmonies of #1F963D
Complementary color
Monochromatic Colors of #1F963D
Black with #1F963D
Text Example
Text Example
White with #1F963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F963D; }
p { color: rgb(31,150,61); }
H1.HeaderClassName
{
color: #1F963D;
}
.AnyTagClassName
{
color: #1F963D;
}
</style>
background-color css
<style>
a { background-color: #1F963D; }
a { background-color: rgb(31,150,61); }
div.DivClassName
{
background-color: #1F963D;
}
.BgClassName
{
background-color: #1F963D;
}
</style>
border-color css
<style>
span { border-color: #1F963D; }
span { border-color: rgb(31,150,61); }
td.TdClassName
{
border-color: #1F963D;
}
.TagClassName
{
border-color: #1F963D;
}
</style>