Shades of Gossamer #2D998A
Tints of Gossamer #2D998A
RGB
CMYK
RGB Variations
Color information
#2D998A (or 0x2D998A) is known color: Gossamer. HEX triplet: 2D, 99 and 8A. RGB value is (45,153,138). Sum of RGB (Red+Green+Blue) = 45+153+138=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #2D998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D998A is #D26675. Grayscale: #767676. Windows color (decimal): -13788790 or 9083181. OLE color: 9083181.
HSL color Cylindrical-coordinate representation of color #2D998A: hue angle of 171.67º 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 #2D998A is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 45 | 153 | 138 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.4 |
| HSL | 171.67º | 0.55% | 0.39% | - |
| HSV(B) | 171.67º | 0.71% | 0.6% | - |
| XYZ | 17.06 | 25.18 | 28 | - |
| YUV | 119 | 138.72 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 153 | 138 | 0.71 | 0 | 0.10 | 0.4 | 171.67 | 0.55 | 0.39 |
| Hex | 2D | 99 | 8A | 47 | 0 | A | 28 | AC | 37 | 27 |
| Octal | 55 | 231 | 212 | 107 | 0 | 12 | 50 | 254 | 67 | 47 |
| Binary | 101101 | 10011001 | 10001010 | 1000111 | 0 | 1010 | 101000 | 10101100 | 110111 | 100111 |
Color Harmonies of #2D998A
Complementary color
Monochromatic Colors of #2D998A
Black with #2D998A
Text Example
Text Example
White with #2D998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D998A; }
p { color: rgb(45,153,138); }
H1.HeaderClassName
{
color: #2D998A;
}
.AnyTagClassName
{
color: #2D998A;
}
</style>
background-color css
<style>
a { background-color: #2D998A; }
a { background-color: rgb(45,153,138); }
div.DivClassName
{
background-color: #2D998A;
}
.BgClassName
{
background-color: #2D998A;
}
</style>
border-color css
<style>
span { border-color: #2D998A; }
span { border-color: rgb(45,153,138); }
td.TdClassName
{
border-color: #2D998A;
}
.TagClassName
{
border-color: #2D998A;
}
</style>