Shades of Gossamer #2D907F
Tints of Gossamer #2D907F
RGB
CMYK
RGB Variations
Color information
#2D907F (or 0x2D907F) is known color: Gossamer. HEX triplet: 2D, 90 and 7F. RGB value is (45,144,127). Sum of RGB (Red+Green+Blue) = 45+144+127=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #2D907F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D907F is #D26F80. Grayscale: #707070. Windows color (decimal): -13791105 or 8359981. OLE color: 8359981.
HSL color Cylindrical-coordinate representation of color #2D907F: hue angle of 169.7º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D907F is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 144 | 127 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.44 |
| HSL | 169.7º | 0.52% | 0.37% | - |
| HSV(B) | 169.7º | 0.69% | 0.56% | - |
| XYZ | 14.89 | 22.04 | 23.55 | - |
| YUV | 112.46 | 136.2 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 144 | 127 | 0.69 | 0 | 0.12 | 0.44 | 169.7 | 0.52 | 0.37 |
| Hex | 2D | 90 | 7F | 45 | 0 | C | 2C | AA | 34 | 25 |
| Octal | 55 | 220 | 177 | 105 | 0 | 14 | 54 | 252 | 64 | 45 |
| Binary | 101101 | 10010000 | 1111111 | 1000101 | 0 | 1100 | 101100 | 10101010 | 110100 | 100101 |
Color Harmonies of #2D907F
Complementary color
Monochromatic Colors of #2D907F
Black with #2D907F
Text Example
Text Example
White with #2D907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D907F; }
p { color: rgb(45,144,127); }
H1.HeaderClassName
{
color: #2D907F;
}
.AnyTagClassName
{
color: #2D907F;
}
</style>
background-color css
<style>
a { background-color: #2D907F; }
a { background-color: rgb(45,144,127); }
div.DivClassName
{
background-color: #2D907F;
}
.BgClassName
{
background-color: #2D907F;
}
</style>
border-color css
<style>
span { border-color: #2D907F; }
span { border-color: rgb(45,144,127); }
td.TdClassName
{
border-color: #2D907F;
}
.TagClassName
{
border-color: #2D907F;
}
</style>