Shades of Gossamer #2F988B
Tints of Gossamer #2F988B
RGB
CMYK
RGB Variations
Color information
#2F988B (or 0x2F988B) is known color: Gossamer. HEX triplet: 2F, 98 and 8B. RGB value is (47,152,139). Sum of RGB (Red+Green+Blue) = 47+152+139=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #2F988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F988B is #D06774. Grayscale: #777777. Windows color (decimal): -13657973 or 9148463. OLE color: 9148463.
HSL color Cylindrical-coordinate representation of color #2F988B: hue angle of 172.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F988B is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 47 | 152 | 139 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.40 |
| HSL | 172.57º | 0.53% | 0.39% | - |
| HSV(B) | 172.57º | 0.69% | 0.6% | - |
| XYZ | 17.06 | 24.92 | 28.34 | - |
| YUV | 119.12 | 139.21 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 152 | 139 | 0.69 | 0 | 0.09 | 0.40 | 172.57 | 0.53 | 0.39 |
| Hex | 2F | 98 | 8B | 45 | 0 | 9 | 28 | AD | 35 | 27 |
| Octal | 57 | 230 | 213 | 105 | 0 | 11 | 50 | 255 | 65 | 47 |
| Binary | 101111 | 10011000 | 10001011 | 1000101 | 0 | 1001 | 101000 | 10101101 | 110101 | 100111 |
Color Harmonies of #2F988B
Complementary color
Monochromatic Colors of #2F988B
Black with #2F988B
Text Example
Text Example
White with #2F988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F988B; }
p { color: rgb(47,152,139); }
H1.HeaderClassName
{
color: #2F988B;
}
.AnyTagClassName
{
color: #2F988B;
}
</style>
background-color css
<style>
a { background-color: #2F988B; }
a { background-color: rgb(47,152,139); }
div.DivClassName
{
background-color: #2F988B;
}
.BgClassName
{
background-color: #2F988B;
}
</style>
border-color css
<style>
span { border-color: #2F988B; }
span { border-color: rgb(47,152,139); }
td.TdClassName
{
border-color: #2F988B;
}
.TagClassName
{
border-color: #2F988B;
}
</style>