Shades of Gossamer #28997A
Tints of Gossamer #28997A
RGB
CMYK
RGB Variations
Color information
#28997A (or 0x28997A) is known color: Gossamer. HEX triplet: 28, 99 and 7A. RGB value is (40,153,122). Sum of RGB (Red+Green+Blue) = 40+153+122=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #28997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28997A is #D76685. Grayscale: #737373. Windows color (decimal): -14116486 or 8034600. OLE color: 8034600.
HSL color Cylindrical-coordinate representation of color #28997A: hue angle of 163.54º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28997A is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 122 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.4 |
| HSL | 163.54º | 0.59% | 0.38% | - |
| HSV(B) | 163.54º | 0.74% | 0.6% | - |
| XYZ | 15.78 | 24.64 | 22.34 | - |
| YUV | 115.68 | 131.56 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 122 | 0.74 | 0 | 0.20 | 0.4 | 163.54 | 0.59 | 0.38 |
| Hex | 28 | 99 | 7A | 4A | 0 | 14 | 28 | A4 | 3B | 26 |
| Octal | 50 | 231 | 172 | 112 | 0 | 24 | 50 | 244 | 73 | 46 |
| Binary | 101000 | 10011001 | 1111010 | 1001010 | 0 | 10100 | 101000 | 10100100 | 111011 | 100110 |
Color Harmonies of #28997A
Complementary color
Monochromatic Colors of #28997A
Black with #28997A
Text Example
Text Example
White with #28997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28997A; }
p { color: rgb(40,153,122); }
H1.HeaderClassName
{
color: #28997A;
}
.AnyTagClassName
{
color: #28997A;
}
</style>
background-color css
<style>
a { background-color: #28997A; }
a { background-color: rgb(40,153,122); }
div.DivClassName
{
background-color: #28997A;
}
.BgClassName
{
background-color: #28997A;
}
</style>
border-color css
<style>
span { border-color: #28997A; }
span { border-color: rgb(40,153,122); }
td.TdClassName
{
border-color: #28997A;
}
.TagClassName
{
border-color: #28997A;
}
</style>