Shades of Sea Green #1F914F
Tints of Sea Green #1F914F
RGB
CMYK
RGB Variations
Color information
#1F914F (or 0x1F914F) is known color: Sea Green. HEX triplet: 1F, 91 and 4F. RGB value is (31,145,79). Sum of RGB (Red+Green+Blue) = 31+145+79=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #1F914F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F914F is #E06EB0. Grayscale: #676767. Windows color (decimal): -14708401 or 5214495. OLE color: 5214495.
HSL color Cylindrical-coordinate representation of color #1F914F: hue angle of 145.26º 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 #1F914F is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 145 | 79 | - |
| CMYK | 0.79 | 0 | 0.46 | 0.43 |
| HSL | 145.26º | 0.65% | 0.35% | - |
| HSV(B) | 145.26º | 0.79% | 0.57% | - |
| XYZ | 12.1 | 21.11 | 10.83 | - |
| YUV | 103.39 | 114.23 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 145 | 79 | 0.79 | 0 | 0.46 | 0.43 | 145.26 | 0.65 | 0.35 |
| Hex | 1F | 91 | 4F | 4F | 0 | 2E | 2B | 91 | 41 | 23 |
| Octal | 37 | 221 | 117 | 117 | 0 | 56 | 53 | 221 | 101 | 43 |
| Binary | 11111 | 10010001 | 1001111 | 1001111 | 0 | 101110 | 101011 | 10010001 | 1000001 | 100011 |
Color Harmonies of #1F914F
Complementary color
Monochromatic Colors of #1F914F
Black with #1F914F
Text Example
Text Example
White with #1F914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F914F; }
p { color: rgb(31,145,79); }
H1.HeaderClassName
{
color: #1F914F;
}
.AnyTagClassName
{
color: #1F914F;
}
</style>
background-color css
<style>
a { background-color: #1F914F; }
a { background-color: rgb(31,145,79); }
div.DivClassName
{
background-color: #1F914F;
}
.BgClassName
{
background-color: #1F914F;
}
</style>
border-color css
<style>
span { border-color: #1F914F; }
span { border-color: rgb(31,145,79); }
td.TdClassName
{
border-color: #1F914F;
}
.TagClassName
{
border-color: #1F914F;
}
</style>