Shades of Spectra #2D684E
Tints of Spectra #2D684E
RGB
CMYK
RGB Variations
Color information
#2D684E (or 0x2D684E) is known color: Spectra. HEX triplet: 2D, 68 and 4E. RGB value is (45,104,78). Sum of RGB (Red+Green+Blue) = 45+104+78=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #2D684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D684E is #D297B1. Grayscale: #535353. Windows color (decimal): -13801394 or 5138477. OLE color: 5138477.
HSL color Cylindrical-coordinate representation of color #2D684E: hue angle of 153.56º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D684E is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 104 | 78 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.59 |
| HSL | 153.56º | 0.4% | 0.29% | - |
| HSV(B) | 153.56º | 0.57% | 0.41% | - |
| XYZ | 7.41 | 11.01 | 8.94 | - |
| YUV | 83.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 104 | 78 | 0.57 | 0 | 0.25 | 0.59 | 153.56 | 0.4 | 0.29 |
| Hex | 2D | 68 | 4E | 39 | 0 | 19 | 3B | 9A | 28 | 1D |
| Octal | 55 | 150 | 116 | 71 | 0 | 31 | 73 | 232 | 50 | 35 |
| Binary | 101101 | 1101000 | 1001110 | 111001 | 0 | 11001 | 111011 | 10011010 | 101000 | 11101 |
Color Harmonies of #2D684E
Complementary color
Monochromatic Colors of #2D684E
Black with #2D684E
Text Example
Text Example
White with #2D684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D684E; }
p { color: rgb(45,104,78); }
H1.HeaderClassName
{
color: #2D684E;
}
.AnyTagClassName
{
color: #2D684E;
}
</style>
background-color css
<style>
a { background-color: #2D684E; }
a { background-color: rgb(45,104,78); }
div.DivClassName
{
background-color: #2D684E;
}
.BgClassName
{
background-color: #2D684E;
}
</style>
border-color css
<style>
span { border-color: #2D684E; }
span { border-color: rgb(45,104,78); }
td.TdClassName
{
border-color: #2D684E;
}
.TagClassName
{
border-color: #2D684E;
}
</style>