Shades of Gossamer #2F9183
Tints of Gossamer #2F9183
RGB
CMYK
RGB Variations
Color information
#2F9183 (or 0x2F9183) is known color: Gossamer. HEX triplet: 2F, 91 and 83. RGB value is (47,145,131). Sum of RGB (Red+Green+Blue) = 47+145+131=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #2F9183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9183 is #D06E7C. Grayscale: #727272. Windows color (decimal): -13659773 or 8622383. OLE color: 8622383.
HSL color Cylindrical-coordinate representation of color #2F9183: hue angle of 171.43º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9183 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 145 | 131 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.43 |
| HSL | 171.43º | 0.51% | 0.38% | - |
| HSV(B) | 171.43º | 0.68% | 0.57% | - |
| XYZ | 15.39 | 22.49 | 25 | - |
| YUV | 114.1 | 137.53 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 145 | 131 | 0.68 | 0 | 0.10 | 0.43 | 171.43 | 0.51 | 0.38 |
| Hex | 2F | 91 | 83 | 44 | 0 | A | 2B | AB | 33 | 26 |
| Octal | 57 | 221 | 203 | 104 | 0 | 12 | 53 | 253 | 63 | 46 |
| Binary | 101111 | 10010001 | 10000011 | 1000100 | 0 | 1010 | 101011 | 10101011 | 110011 | 100110 |
Color Harmonies of #2F9183
Complementary color
Monochromatic Colors of #2F9183
Black with #2F9183
Text Example
Text Example
White with #2F9183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9183; }
p { color: rgb(47,145,131); }
H1.HeaderClassName
{
color: #2F9183;
}
.AnyTagClassName
{
color: #2F9183;
}
</style>
background-color css
<style>
a { background-color: #2F9183; }
a { background-color: rgb(47,145,131); }
div.DivClassName
{
background-color: #2F9183;
}
.BgClassName
{
background-color: #2F9183;
}
</style>
border-color css
<style>
span { border-color: #2F9183; }
span { border-color: rgb(47,145,131); }
td.TdClassName
{
border-color: #2F9183;
}
.TagClassName
{
border-color: #2F9183;
}
</style>