Shades of Spectra #2D644D
Tints of Spectra #2D644D
RGB
CMYK
RGB Variations
Color information
#2D644D (or 0x2D644D) is known color: Spectra. HEX triplet: 2D, 64 and 4D. RGB value is (45,100,77). Sum of RGB (Red+Green+Blue) = 45+100+77=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #2D644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D644D is #D29BB2. Grayscale: #505050. Windows color (decimal): -13802419 or 5071917. OLE color: 5071917.
HSL color Cylindrical-coordinate representation of color #2D644D: hue angle of 154.91º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D644D is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 100 | 77 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.61 |
| HSL | 154.91º | 0.38% | 0.28% | - |
| HSV(B) | 154.91º | 0.55% | 0.39% | - |
| XYZ | 6.98 | 10.21 | 8.62 | - |
| YUV | 80.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 100 | 77 | 0.55 | 0 | 0.23 | 0.61 | 154.91 | 0.38 | 0.28 |
| Hex | 2D | 64 | 4D | 37 | 0 | 17 | 3D | 9B | 26 | 1C |
| Octal | 55 | 144 | 115 | 67 | 0 | 27 | 75 | 233 | 46 | 34 |
| Binary | 101101 | 1100100 | 1001101 | 110111 | 0 | 10111 | 111101 | 10011011 | 100110 | 11100 |
Color Harmonies of #2D644D
Complementary color
Monochromatic Colors of #2D644D
Black with #2D644D
Text Example
Text Example
White with #2D644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D644D; }
p { color: rgb(45,100,77); }
H1.HeaderClassName
{
color: #2D644D;
}
.AnyTagClassName
{
color: #2D644D;
}
</style>
background-color css
<style>
a { background-color: #2D644D; }
a { background-color: rgb(45,100,77); }
div.DivClassName
{
background-color: #2D644D;
}
.BgClassName
{
background-color: #2D644D;
}
</style>
border-color css
<style>
span { border-color: #2D644D; }
span { border-color: rgb(45,100,77); }
td.TdClassName
{
border-color: #2D644D;
}
.TagClassName
{
border-color: #2D644D;
}
</style>