Shades of Spectra #2F5D4C
Tints of Spectra #2F5D4C
RGB
CMYK
RGB Variations
Color information
#2F5D4C (or 0x2F5D4C) is known color: Spectra. HEX triplet: 2F, 5D and 4C. RGB value is (47,93,76). Sum of RGB (Red+Green+Blue) = 47+93+76=216 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.76% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #2F5D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5D4C is #D0A2B3. Grayscale: #4D4D4D. Windows color (decimal): -13673140 or 5004591. OLE color: 5004591.
HSL color Cylindrical-coordinate representation of color #2F5D4C: hue angle of 157.83º 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 #2F5D4C is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 93 | 76 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.64 |
| HSL | 157.83º | 0.33% | 0.27% | - |
| HSV(B) | 157.83º | 0.49% | 0.36% | - |
| XYZ | 6.39 | 8.95 | 8.23 | - |
| YUV | 77.31 | 127.26 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 93 | 76 | 0.49 | 0 | 0.18 | 0.64 | 157.83 | 0.33 | 0.27 |
| Hex | 2F | 5D | 4C | 31 | 0 | 12 | 40 | 9E | 21 | 1B |
| Octal | 57 | 135 | 114 | 61 | 0 | 22 | 100 | 236 | 41 | 33 |
| Binary | 101111 | 1011101 | 1001100 | 110001 | 0 | 10010 | 1000000 | 10011110 | 100001 | 11011 |
Color Harmonies of #2F5D4C
Complementary color
Monochromatic Colors of #2F5D4C
Black with #2F5D4C
Text Example
Text Example
White with #2F5D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5D4C; }
p { color: rgb(47,93,76); }
H1.HeaderClassName
{
color: #2F5D4C;
}
.AnyTagClassName
{
color: #2F5D4C;
}
</style>
background-color css
<style>
a { background-color: #2F5D4C; }
a { background-color: rgb(47,93,76); }
div.DivClassName
{
background-color: #2F5D4C;
}
.BgClassName
{
background-color: #2F5D4C;
}
</style>
border-color css
<style>
span { border-color: #2F5D4C; }
span { border-color: rgb(47,93,76); }
td.TdClassName
{
border-color: #2F5D4C;
}
.TagClassName
{
border-color: #2F5D4C;
}
</style>