Shades of Spectra #2D644C
Tints of Spectra #2D644C
RGB
CMYK
RGB Variations
Color information
#2D644C (or 0x2D644C) is known color: Spectra. HEX triplet: 2D, 64 and 4C. RGB value is (45,100,76). Sum of RGB (Red+Green+Blue) = 45+100+76=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 100 - color contains mainly: green. Hex color #2D644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D644C is #D29BB3. Grayscale: #505050. Windows color (decimal): -13802420 or 5006381. OLE color: 5006381.
HSL color Cylindrical-coordinate representation of color #2D644C: hue angle of 153.82º 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 #2D644C is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 100 | 76 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.61 |
| HSL | 153.82º | 0.38% | 0.28% | - |
| HSV(B) | 153.82º | 0.55% | 0.39% | - |
| XYZ | 6.94 | 10.19 | 8.44 | - |
| YUV | 80.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 100 | 76 | 0.55 | 0 | 0.24 | 0.61 | 153.82 | 0.38 | 0.28 |
| Hex | 2D | 64 | 4C | 37 | 0 | 18 | 3D | 9A | 26 | 1C |
| Octal | 55 | 144 | 114 | 67 | 0 | 30 | 75 | 232 | 46 | 34 |
| Binary | 101101 | 1100100 | 1001100 | 110111 | 0 | 11000 | 111101 | 10011010 | 100110 | 11100 |
Color Harmonies of #2D644C
Complementary color
Monochromatic Colors of #2D644C
Black with #2D644C
Text Example
Text Example
White with #2D644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D644C; }
p { color: rgb(45,100,76); }
H1.HeaderClassName
{
color: #2D644C;
}
.AnyTagClassName
{
color: #2D644C;
}
</style>
background-color css
<style>
a { background-color: #2D644C; }
a { background-color: rgb(45,100,76); }
div.DivClassName
{
background-color: #2D644C;
}
.BgClassName
{
background-color: #2D644C;
}
</style>
border-color css
<style>
span { border-color: #2D644C; }
span { border-color: rgb(45,100,76); }
td.TdClassName
{
border-color: #2D644C;
}
.TagClassName
{
border-color: #2D644C;
}
</style>