Shades of Gossamer #2D998B
Tints of Gossamer #2D998B
RGB
CMYK
RGB Variations
Color information
#2D998B (or 0x2D998B) is known color: Gossamer. HEX triplet: 2D, 99 and 8B. RGB value is (45,153,139). Sum of RGB (Red+Green+Blue) = 45+153+139=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #2D998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D998B is #D26674. Grayscale: #777777. Windows color (decimal): -13788789 or 9148717. OLE color: 9148717.
HSL color Cylindrical-coordinate representation of color #2D998B: hue angle of 172.22º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D998B is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 45 | 153 | 139 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.4 |
| HSL | 172.22º | 0.55% | 0.39% | - |
| HSV(B) | 172.22º | 0.71% | 0.6% | - |
| XYZ | 17.13 | 25.2 | 28.39 | - |
| YUV | 119.11 | 139.22 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 153 | 139 | 0.71 | 0 | 0.09 | 0.4 | 172.22 | 0.55 | 0.39 |
| Hex | 2D | 99 | 8B | 47 | 0 | 9 | 28 | AC | 37 | 27 |
| Octal | 55 | 231 | 213 | 107 | 0 | 11 | 50 | 254 | 67 | 47 |
| Binary | 101101 | 10011001 | 10001011 | 1000111 | 0 | 1001 | 101000 | 10101100 | 110111 | 100111 |
Color Harmonies of #2D998B
Complementary color
Monochromatic Colors of #2D998B
Black with #2D998B
Text Example
Text Example
White with #2D998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D998B; }
p { color: rgb(45,153,139); }
H1.HeaderClassName
{
color: #2D998B;
}
.AnyTagClassName
{
color: #2D998B;
}
</style>
background-color css
<style>
a { background-color: #2D998B; }
a { background-color: rgb(45,153,139); }
div.DivClassName
{
background-color: #2D998B;
}
.BgClassName
{
background-color: #2D998B;
}
</style>
border-color css
<style>
span { border-color: #2D998B; }
span { border-color: rgb(45,153,139); }
td.TdClassName
{
border-color: #2D998B;
}
.TagClassName
{
border-color: #2D998B;
}
</style>