Shades of Spectra #2C5A48
Tints of Spectra #2C5A48
RGB
CMYK
RGB Variations
Color information
#2C5A48 (or 0x2C5A48) is known color: Spectra. HEX triplet: 2C, 5A and 48. RGB value is (44,90,72). Sum of RGB (Red+Green+Blue) = 44+90+72=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #2C5A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5A48 is #D3A5B7. Grayscale: #4A4A4A. Windows color (decimal): -13870520 or 4741676. OLE color: 4741676.
HSL color Cylindrical-coordinate representation of color #2C5A48: hue angle of 156.52º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C5A48 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 90 | 72 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.65 |
| HSL | 156.52º | 0.34% | 0.26% | - |
| HSV(B) | 156.52º | 0.51% | 0.35% | - |
| XYZ | 5.86 | 8.32 | 7.43 | - |
| YUV | 74.19 | 126.76 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 90 | 72 | 0.51 | 0 | 0.20 | 0.65 | 156.52 | 0.34 | 0.26 |
| Hex | 2C | 5A | 48 | 33 | 0 | 14 | 41 | 9D | 22 | 1A |
| Octal | 54 | 132 | 110 | 63 | 0 | 24 | 101 | 235 | 42 | 32 |
| Binary | 101100 | 1011010 | 1001000 | 110011 | 0 | 10100 | 1000001 | 10011101 | 100010 | 11010 |
Color Harmonies of #2C5A48
Complementary color
Monochromatic Colors of #2C5A48
Black with #2C5A48
Text Example
Text Example
White with #2C5A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5A48; }
p { color: rgb(44,90,72); }
H1.HeaderClassName
{
color: #2C5A48;
}
.AnyTagClassName
{
color: #2C5A48;
}
</style>
background-color css
<style>
a { background-color: #2C5A48; }
a { background-color: rgb(44,90,72); }
div.DivClassName
{
background-color: #2C5A48;
}
.BgClassName
{
background-color: #2C5A48;
}
</style>
border-color css
<style>
span { border-color: #2C5A48; }
span { border-color: rgb(44,90,72); }
td.TdClassName
{
border-color: #2C5A48;
}
.TagClassName
{
border-color: #2C5A48;
}
</style>