Shades of Spectra #2F624D
Tints of Spectra #2F624D
RGB
CMYK
RGB Variations
Color information
#2F624D (or 0x2F624D) is known color: Spectra. HEX triplet: 2F, 62 and 4D. RGB value is (47,98,77). Sum of RGB (Red+Green+Blue) = 47+98+77=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #2F624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F624D is #D09DB2. Grayscale: #505050. Windows color (decimal): -13671859 or 5071407. OLE color: 5071407.
HSL color Cylindrical-coordinate representation of color #2F624D: hue angle of 155.29º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F624D is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 98 | 77 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.62 |
| HSL | 155.29º | 0.35% | 0.28% | - |
| HSV(B) | 155.29º | 0.52% | 0.38% | - |
| XYZ | 6.88 | 9.88 | 8.56 | - |
| YUV | 80.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 77 | 0.52 | 0 | 0.21 | 0.62 | 155.29 | 0.35 | 0.28 |
| Hex | 2F | 62 | 4D | 34 | 0 | 15 | 3E | 9B | 23 | 1C |
| Octal | 57 | 142 | 115 | 64 | 0 | 25 | 76 | 233 | 43 | 34 |
| Binary | 101111 | 1100010 | 1001101 | 110100 | 0 | 10101 | 111110 | 10011011 | 100011 | 11100 |
Color Harmonies of #2F624D
Complementary color
Monochromatic Colors of #2F624D
Black with #2F624D
Text Example
Text Example
White with #2F624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F624D; }
p { color: rgb(47,98,77); }
H1.HeaderClassName
{
color: #2F624D;
}
.AnyTagClassName
{
color: #2F624D;
}
</style>
background-color css
<style>
a { background-color: #2F624D; }
a { background-color: rgb(47,98,77); }
div.DivClassName
{
background-color: #2F624D;
}
.BgClassName
{
background-color: #2F624D;
}
</style>
border-color css
<style>
span { border-color: #2F624D; }
span { border-color: rgb(47,98,77); }
td.TdClassName
{
border-color: #2F624D;
}
.TagClassName
{
border-color: #2F624D;
}
</style>