Shades of Sea Green #1F953F
Tints of Sea Green #1F953F
RGB
CMYK
RGB Variations
Color information
#1F953F (or 0x1F953F) is known color: Sea Green. HEX triplet: 1F, 95 and 3F. RGB value is (31,149,63). Sum of RGB (Red+Green+Blue) = 31+149+63=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 149 (58.59% from 255 or 61.32% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 149 - color contains mainly: green. Hex color #1F953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F953F is #E06AC0. Grayscale: #686868. Windows color (decimal): -14707393 or 4166943. OLE color: 4166943.
HSL color Cylindrical-coordinate representation of color #1F953F: hue angle of 136.27º degrees, saturation: 0.66, 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 #1F953F is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 149 | 63 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.42 |
| HSL | 136.27º | 0.66% | 0.35% | - |
| HSV(B) | 136.27º | 0.79% | 0.58% | - |
| XYZ | 12.21 | 22.15 | 8.33 | - |
| YUV | 103.91 | 104.91 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 149 | 63 | 0.79 | 0 | 0.58 | 0.42 | 136.27 | 0.66 | 0.35 |
| Hex | 1F | 95 | 3F | 4F | 0 | 3A | 2A | 88 | 42 | 23 |
| Octal | 37 | 225 | 77 | 117 | 0 | 72 | 52 | 210 | 102 | 43 |
| Binary | 11111 | 10010101 | 111111 | 1001111 | 0 | 111010 | 101010 | 10001000 | 1000010 | 100011 |
Color Harmonies of #1F953F
Complementary color
Monochromatic Colors of #1F953F
Black with #1F953F
Text Example
Text Example
White with #1F953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F953F; }
p { color: rgb(31,149,63); }
H1.HeaderClassName
{
color: #1F953F;
}
.AnyTagClassName
{
color: #1F953F;
}
</style>
background-color css
<style>
a { background-color: #1F953F; }
a { background-color: rgb(31,149,63); }
div.DivClassName
{
background-color: #1F953F;
}
.BgClassName
{
background-color: #1F953F;
}
</style>
border-color css
<style>
span { border-color: #1F953F; }
span { border-color: rgb(31,149,63); }
td.TdClassName
{
border-color: #1F953F;
}
.TagClassName
{
border-color: #1F953F;
}
</style>