Shades of Sea Green #1F945B
Tints of Sea Green #1F945B
RGB
CMYK
RGB Variations
Color information
#1F945B (or 0x1F945B) is known color: Sea Green. HEX triplet: 1F, 94 and 5B. RGB value is (31,148,91). Sum of RGB (Red+Green+Blue) = 31+148+91=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #1F945B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F945B is #E06BA4. Grayscale: #6A6A6A. Windows color (decimal): -14707621 or 6001695. OLE color: 6001695.
HSL color Cylindrical-coordinate representation of color #1F945B: hue angle of 150.77º degrees, saturation: 0.65, 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 #1F945B is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 148 | 91 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.42 |
| HSL | 150.77º | 0.65% | 0.35% | - |
| HSV(B) | 150.77º | 0.79% | 0.58% | - |
| XYZ | 13.04 | 22.23 | 13.5 | - |
| YUV | 106.52 | 119.24 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 148 | 91 | 0.79 | 0 | 0.39 | 0.42 | 150.77 | 0.65 | 0.35 |
| Hex | 1F | 94 | 5B | 4F | 0 | 27 | 2A | 97 | 41 | 23 |
| Octal | 37 | 224 | 133 | 117 | 0 | 47 | 52 | 227 | 101 | 43 |
| Binary | 11111 | 10010100 | 1011011 | 1001111 | 0 | 100111 | 101010 | 10010111 | 1000001 | 100011 |
Color Harmonies of #1F945B
Complementary color
Monochromatic Colors of #1F945B
Black with #1F945B
Text Example
Text Example
White with #1F945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F945B; }
p { color: rgb(31,148,91); }
H1.HeaderClassName
{
color: #1F945B;
}
.AnyTagClassName
{
color: #1F945B;
}
</style>
background-color css
<style>
a { background-color: #1F945B; }
a { background-color: rgb(31,148,91); }
div.DivClassName
{
background-color: #1F945B;
}
.BgClassName
{
background-color: #1F945B;
}
</style>
border-color css
<style>
span { border-color: #1F945B; }
span { border-color: rgb(31,148,91); }
td.TdClassName
{
border-color: #1F945B;
}
.TagClassName
{
border-color: #1F945B;
}
</style>