Shades of Gossamer #2D9B8A
Tints of Gossamer #2D9B8A
RGB
CMYK
RGB Variations
Color information
#2D9B8A (or 0x2D9B8A) is known color: Gossamer. HEX triplet: 2D, 9B and 8A. RGB value is (45,155,138). Sum of RGB (Red+Green+Blue) = 45+155+138=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #2D9B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9B8A is #D26475. Grayscale: #787878. Windows color (decimal): -13788278 or 9083693. OLE color: 9083693.
HSL color Cylindrical-coordinate representation of color #2D9B8A: hue angle of 170.73º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D9B8A is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 155 | 138 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.39 |
| HSL | 170.73º | 0.55% | 0.39% | - |
| HSV(B) | 170.73º | 0.71% | 0.61% | - |
| XYZ | 17.39 | 25.84 | 28.11 | - |
| YUV | 120.17 | 138.06 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 155 | 138 | 0.71 | 0 | 0.11 | 0.39 | 170.73 | 0.55 | 0.39 |
| Hex | 2D | 9B | 8A | 47 | 0 | B | 27 | AB | 37 | 27 |
| Octal | 55 | 233 | 212 | 107 | 0 | 13 | 47 | 253 | 67 | 47 |
| Binary | 101101 | 10011011 | 10001010 | 1000111 | 0 | 1011 | 100111 | 10101011 | 110111 | 100111 |
Color Harmonies of #2D9B8A
Complementary color
Monochromatic Colors of #2D9B8A
Black with #2D9B8A
Text Example
Text Example
White with #2D9B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9B8A; }
p { color: rgb(45,155,138); }
H1.HeaderClassName
{
color: #2D9B8A;
}
.AnyTagClassName
{
color: #2D9B8A;
}
</style>
background-color css
<style>
a { background-color: #2D9B8A; }
a { background-color: rgb(45,155,138); }
div.DivClassName
{
background-color: #2D9B8A;
}
.BgClassName
{
background-color: #2D9B8A;
}
</style>
border-color css
<style>
span { border-color: #2D9B8A; }
span { border-color: rgb(45,155,138); }
td.TdClassName
{
border-color: #2D9B8A;
}
.TagClassName
{
border-color: #2D9B8A;
}
</style>