Shades of Spectra #2D614C
Tints of Spectra #2D614C
RGB
CMYK
RGB Variations
Color information
#2D614C (or 0x2D614C) is known color: Spectra. HEX triplet: 2D, 61 and 4C. RGB value is (45,97,76). Sum of RGB (Red+Green+Blue) = 45+97+76=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #2D614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D614C is #D29EB3. Grayscale: #4F4F4F. Windows color (decimal): -13803188 or 5005613. OLE color: 5005613.
HSL color Cylindrical-coordinate representation of color #2D614C: hue angle of 155.77º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D614C is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 97 | 76 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.62 |
| HSL | 155.77º | 0.37% | 0.28% | - |
| HSV(B) | 155.77º | 0.54% | 0.38% | - |
| XYZ | 6.66 | 9.63 | 8.34 | - |
| YUV | 79.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 76 | 0.54 | 0 | 0.22 | 0.62 | 155.77 | 0.37 | 0.28 |
| Hex | 2D | 61 | 4C | 36 | 0 | 16 | 3E | 9C | 25 | 1C |
| Octal | 55 | 141 | 114 | 66 | 0 | 26 | 76 | 234 | 45 | 34 |
| Binary | 101101 | 1100001 | 1001100 | 110110 | 0 | 10110 | 111110 | 10011100 | 100101 | 11100 |
Color Harmonies of #2D614C
Complementary color
Monochromatic Colors of #2D614C
Black with #2D614C
Text Example
Text Example
White with #2D614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D614C; }
p { color: rgb(45,97,76); }
H1.HeaderClassName
{
color: #2D614C;
}
.AnyTagClassName
{
color: #2D614C;
}
</style>
background-color css
<style>
a { background-color: #2D614C; }
a { background-color: rgb(45,97,76); }
div.DivClassName
{
background-color: #2D614C;
}
.BgClassName
{
background-color: #2D614C;
}
</style>
border-color css
<style>
span { border-color: #2D614C; }
span { border-color: rgb(45,97,76); }
td.TdClassName
{
border-color: #2D614C;
}
.TagClassName
{
border-color: #2D614C;
}
</style>