Shades of Sea Green #1F913D
Tints of Sea Green #1F913D
RGB
CMYK
RGB Variations
Color information
#1F913D (or 0x1F913D) is known color: Sea Green. HEX triplet: 1F, 91 and 3D. RGB value is (31,145,61). Sum of RGB (Red+Green+Blue) = 31+145+61=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 145 (57.03% from 255 or 61.18% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 145 - color contains mainly: green. Hex color #1F913D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F913D is #E06EC2. Grayscale: #656565. Windows color (decimal): -14708419 or 4034847. OLE color: 4034847.
HSL color Cylindrical-coordinate representation of color #1F913D: hue angle of 135.79º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F913D is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 145 | 61 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.43 |
| HSL | 135.79º | 0.65% | 0.35% | - |
| HSV(B) | 135.79º | 0.79% | 0.57% | - |
| XYZ | 11.53 | 20.88 | 7.84 | - |
| YUV | 101.34 | 105.23 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 145 | 61 | 0.79 | 0 | 0.58 | 0.43 | 135.79 | 0.65 | 0.35 |
| Hex | 1F | 91 | 3D | 4F | 0 | 3A | 2B | 88 | 41 | 23 |
| Octal | 37 | 221 | 75 | 117 | 0 | 72 | 53 | 210 | 101 | 43 |
| Binary | 11111 | 10010001 | 111101 | 1001111 | 0 | 111010 | 101011 | 10001000 | 1000001 | 100011 |
Color Harmonies of #1F913D
Complementary color
Monochromatic Colors of #1F913D
Black with #1F913D
Text Example
Text Example
White with #1F913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F913D; }
p { color: rgb(31,145,61); }
H1.HeaderClassName
{
color: #1F913D;
}
.AnyTagClassName
{
color: #1F913D;
}
</style>
background-color css
<style>
a { background-color: #1F913D; }
a { background-color: rgb(31,145,61); }
div.DivClassName
{
background-color: #1F913D;
}
.BgClassName
{
background-color: #1F913D;
}
</style>
border-color css
<style>
span { border-color: #1F913D; }
span { border-color: rgb(31,145,61); }
td.TdClassName
{
border-color: #1F913D;
}
.TagClassName
{
border-color: #1F913D;
}
</style>