Shades of Spectra #2D5C49
Tints of Spectra #2D5C49
RGB
CMYK
RGB Variations
Color information
#2D5C49 (or 0x2D5C49) is known color: Spectra. HEX triplet: 2D, 5C and 49. RGB value is (45,92,73). Sum of RGB (Red+Green+Blue) = 45+92+73=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #2D5C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5C49 is #D2A3B6. Grayscale: #4B4B4B. Windows color (decimal): -13804471 or 4807725. OLE color: 4807725.
HSL color Cylindrical-coordinate representation of color #2D5C49: hue angle of 155.74º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D5C49 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 92 | 73 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.64 |
| HSL | 155.74º | 0.34% | 0.27% | - |
| HSV(B) | 155.74º | 0.51% | 0.36% | - |
| XYZ | 6.11 | 8.69 | 7.66 | - |
| YUV | 75.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 92 | 73 | 0.51 | 0 | 0.21 | 0.64 | 155.74 | 0.34 | 0.27 |
| Hex | 2D | 5C | 49 | 33 | 0 | 15 | 40 | 9C | 22 | 1B |
| Octal | 55 | 134 | 111 | 63 | 0 | 25 | 100 | 234 | 42 | 33 |
| Binary | 101101 | 1011100 | 1001001 | 110011 | 0 | 10101 | 1000000 | 10011100 | 100010 | 11011 |
Color Harmonies of #2D5C49
Complementary color
Monochromatic Colors of #2D5C49
Black with #2D5C49
Text Example
Text Example
White with #2D5C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5C49; }
p { color: rgb(45,92,73); }
H1.HeaderClassName
{
color: #2D5C49;
}
.AnyTagClassName
{
color: #2D5C49;
}
</style>
background-color css
<style>
a { background-color: #2D5C49; }
a { background-color: rgb(45,92,73); }
div.DivClassName
{
background-color: #2D5C49;
}
.BgClassName
{
background-color: #2D5C49;
}
</style>
border-color css
<style>
span { border-color: #2D5C49; }
span { border-color: rgb(45,92,73); }
td.TdClassName
{
border-color: #2D5C49;
}
.TagClassName
{
border-color: #2D5C49;
}
</style>