Shades of Gossamer #289383
Tints of Gossamer #289383
RGB
CMYK
RGB Variations
Color information
#289383 (or 0x289383) is known color: Gossamer. HEX triplet: 28, 93 and 83. RGB value is (40,147,131). Sum of RGB (Red+Green+Blue) = 40+147+131=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #289383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289383 is #D76C7C. Grayscale: #717171. Windows color (decimal): -14118013 or 8622888. OLE color: 8622888.
HSL color Cylindrical-coordinate representation of color #289383: hue angle of 171.03º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289383 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 147 | 131 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.42 |
| HSL | 171.03º | 0.57% | 0.37% | - |
| HSV(B) | 171.03º | 0.73% | 0.58% | - |
| XYZ | 15.41 | 22.96 | 25.09 | - |
| YUV | 113.18 | 138.05 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 131 | 0.73 | 0 | 0.11 | 0.42 | 171.03 | 0.57 | 0.37 |
| Hex | 28 | 93 | 83 | 49 | 0 | B | 2A | AB | 39 | 25 |
| Octal | 50 | 223 | 203 | 111 | 0 | 13 | 52 | 253 | 71 | 45 |
| Binary | 101000 | 10010011 | 10000011 | 1001001 | 0 | 1011 | 101010 | 10101011 | 111001 | 100101 |
Color Harmonies of #289383
Complementary color
Monochromatic Colors of #289383
Black with #289383
Text Example
Text Example
White with #289383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289383; }
p { color: rgb(40,147,131); }
H1.HeaderClassName
{
color: #289383;
}
.AnyTagClassName
{
color: #289383;
}
</style>
background-color css
<style>
a { background-color: #289383; }
a { background-color: rgb(40,147,131); }
div.DivClassName
{
background-color: #289383;
}
.BgClassName
{
background-color: #289383;
}
</style>
border-color css
<style>
span { border-color: #289383; }
span { border-color: rgb(40,147,131); }
td.TdClassName
{
border-color: #289383;
}
.TagClassName
{
border-color: #289383;
}
</style>