Shades of Gossamer #2B9A74
Tints of Gossamer #2B9A74
RGB
CMYK
RGB Variations
Color information
#2B9A74 (or 0x2B9A74) is known color: Gossamer. HEX triplet: 2B, 9A and 74. RGB value is (43,154,116). Sum of RGB (Red+Green+Blue) = 43+154+116=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #2B9A74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9A74 is #D4658B. Grayscale: #747474. Windows color (decimal): -13919628 or 7641643. OLE color: 7641643.
HSL color Cylindrical-coordinate representation of color #2B9A74: hue angle of 159.46º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9A74 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 154 | 116 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.40 |
| HSL | 159.46º | 0.56% | 0.39% | - |
| HSV(B) | 159.46º | 0.72% | 0.6% | - |
| XYZ | 15.7 | 24.89 | 20.5 | - |
| YUV | 116.48 | 127.73 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 154 | 116 | 0.72 | 0 | 0.25 | 0.40 | 159.46 | 0.56 | 0.39 |
| Hex | 2B | 9A | 74 | 48 | 0 | 19 | 28 | 9F | 38 | 27 |
| Octal | 53 | 232 | 164 | 110 | 0 | 31 | 50 | 237 | 70 | 47 |
| Binary | 101011 | 10011010 | 1110100 | 1001000 | 0 | 11001 | 101000 | 10011111 | 111000 | 100111 |
Color Harmonies of #2B9A74
Complementary color
Monochromatic Colors of #2B9A74
Black with #2B9A74
Text Example
Text Example
White with #2B9A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9A74; }
p { color: rgb(43,154,116); }
H1.HeaderClassName
{
color: #2B9A74;
}
.AnyTagClassName
{
color: #2B9A74;
}
</style>
background-color css
<style>
a { background-color: #2B9A74; }
a { background-color: rgb(43,154,116); }
div.DivClassName
{
background-color: #2B9A74;
}
.BgClassName
{
background-color: #2B9A74;
}
</style>
border-color css
<style>
span { border-color: #2B9A74; }
span { border-color: rgb(43,154,116); }
td.TdClassName
{
border-color: #2B9A74;
}
.TagClassName
{
border-color: #2B9A74;
}
</style>