Shades of Gossamer #30A274
Tints of Gossamer #30A274
RGB
CMYK
RGB Variations
Color information
#30A274 (or 0x30A274) is known color: Gossamer. HEX triplet: 30, A2 and 74. RGB value is (48,162,116). Sum of RGB (Red+Green+Blue) = 48+162+116=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #30A274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A274 is #CF5D8B. Grayscale: #7A7A7A. Windows color (decimal): -13589900 or 7643696. OLE color: 7643696.
HSL color Cylindrical-coordinate representation of color #30A274: hue angle of 155.79º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A274 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 162 | 116 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.36 |
| HSL | 155.79º | 0.54% | 0.41% | - |
| HSV(B) | 155.79º | 0.7% | 0.64% | - |
| XYZ | 17.29 | 27.73 | 20.96 | - |
| YUV | 122.67 | 124.23 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 162 | 116 | 0.70 | 0 | 0.28 | 0.36 | 155.79 | 0.54 | 0.41 |
| Hex | 30 | A2 | 74 | 46 | 0 | 1C | 24 | 9C | 36 | 29 |
| Octal | 60 | 242 | 164 | 106 | 0 | 34 | 44 | 234 | 66 | 51 |
| Binary | 110000 | 10100010 | 1110100 | 1000110 | 0 | 11100 | 100100 | 10011100 | 110110 | 101001 |
Color Harmonies of #30A274
Complementary color
Monochromatic Colors of #30A274
Black with #30A274
Text Example
Text Example
White with #30A274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A274; }
p { color: rgb(48,162,116); }
H1.HeaderClassName
{
color: #30A274;
}
.AnyTagClassName
{
color: #30A274;
}
</style>
background-color css
<style>
a { background-color: #30A274; }
a { background-color: rgb(48,162,116); }
div.DivClassName
{
background-color: #30A274;
}
.BgClassName
{
background-color: #30A274;
}
</style>
border-color css
<style>
span { border-color: #30A274; }
span { border-color: rgb(48,162,116); }
td.TdClassName
{
border-color: #30A274;
}
.TagClassName
{
border-color: #30A274;
}
</style>