Shades of Spectra #2F624B
Tints of Spectra #2F624B
RGB
CMYK
RGB Variations
Color information
#2F624B (or 0x2F624B) is known color: Spectra. HEX triplet: 2F, 62 and 4B. RGB value is (47,98,75). Sum of RGB (Red+Green+Blue) = 47+98+75=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #2F624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F624B is #D09DB4. Grayscale: #505050. Windows color (decimal): -13671861 or 4940335. OLE color: 4940335.
HSL color Cylindrical-coordinate representation of color #2F624B: hue angle of 152.94º 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 #2F624B is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 98 | 75 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.62 |
| HSL | 152.94º | 0.35% | 0.28% | - |
| HSV(B) | 152.94º | 0.52% | 0.38% | - |
| XYZ | 6.81 | 9.85 | 8.2 | - |
| YUV | 80.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 75 | 0.52 | 0 | 0.23 | 0.62 | 152.94 | 0.35 | 0.28 |
| Hex | 2F | 62 | 4B | 34 | 0 | 17 | 3E | 99 | 23 | 1C |
| Octal | 57 | 142 | 113 | 64 | 0 | 27 | 76 | 231 | 43 | 34 |
| Binary | 101111 | 1100010 | 1001011 | 110100 | 0 | 10111 | 111110 | 10011001 | 100011 | 11100 |
Color Harmonies of #2F624B
Complementary color
Monochromatic Colors of #2F624B
Black with #2F624B
Text Example
Text Example
White with #2F624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F624B; }
p { color: rgb(47,98,75); }
H1.HeaderClassName
{
color: #2F624B;
}
.AnyTagClassName
{
color: #2F624B;
}
</style>
background-color css
<style>
a { background-color: #2F624B; }
a { background-color: rgb(47,98,75); }
div.DivClassName
{
background-color: #2F624B;
}
.BgClassName
{
background-color: #2F624B;
}
</style>
border-color css
<style>
span { border-color: #2F624B; }
span { border-color: rgb(47,98,75); }
td.TdClassName
{
border-color: #2F624B;
}
.TagClassName
{
border-color: #2F624B;
}
</style>