Shades of Spectra #2F5D4B
Tints of Spectra #2F5D4B
RGB
CMYK
RGB Variations
Color information
#2F5D4B (or 0x2F5D4B) is known color: Spectra. HEX triplet: 2F, 5D and 4B. RGB value is (47,93,75). Sum of RGB (Red+Green+Blue) = 47+93+75=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #2F5D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5D4B is #D0A2B4. Grayscale: #4D4D4D. Windows color (decimal): -13673141 or 4939055. OLE color: 4939055.
HSL color Cylindrical-coordinate representation of color #2F5D4B: hue angle of 156.52º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F5D4B is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 93 | 75 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.64 |
| HSL | 156.52º | 0.33% | 0.27% | - |
| HSV(B) | 156.52º | 0.49% | 0.36% | - |
| XYZ | 6.36 | 8.94 | 8.05 | - |
| YUV | 77.19 | 126.76 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 93 | 75 | 0.49 | 0 | 0.19 | 0.64 | 156.52 | 0.33 | 0.27 |
| Hex | 2F | 5D | 4B | 31 | 0 | 13 | 40 | 9D | 21 | 1B |
| Octal | 57 | 135 | 113 | 61 | 0 | 23 | 100 | 235 | 41 | 33 |
| Binary | 101111 | 1011101 | 1001011 | 110001 | 0 | 10011 | 1000000 | 10011101 | 100001 | 11011 |
Color Harmonies of #2F5D4B
Complementary color
Monochromatic Colors of #2F5D4B
Black with #2F5D4B
Text Example
Text Example
White with #2F5D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5D4B; }
p { color: rgb(47,93,75); }
H1.HeaderClassName
{
color: #2F5D4B;
}
.AnyTagClassName
{
color: #2F5D4B;
}
</style>
background-color css
<style>
a { background-color: #2F5D4B; }
a { background-color: rgb(47,93,75); }
div.DivClassName
{
background-color: #2F5D4B;
}
.BgClassName
{
background-color: #2F5D4B;
}
</style>
border-color css
<style>
span { border-color: #2F5D4B; }
span { border-color: rgb(47,93,75); }
td.TdClassName
{
border-color: #2F5D4B;
}
.TagClassName
{
border-color: #2F5D4B;
}
</style>