Shades of Spectra #2D634C
Tints of Spectra #2D634C
RGB
CMYK
RGB Variations
Color information
#2D634C (or 0x2D634C) is known color: Spectra. HEX triplet: 2D, 63 and 4C. RGB value is (45,99,76). Sum of RGB (Red+Green+Blue) = 45+99+76=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #2D634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D634C is #D29CB3. Grayscale: #505050. Windows color (decimal): -13802676 or 5006125. OLE color: 5006125.
HSL color Cylindrical-coordinate representation of color #2D634C: hue angle of 154.44º 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 #2D634C is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 99 | 76 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.61 |
| HSL | 154.44º | 0.38% | 0.28% | - |
| HSV(B) | 154.44º | 0.55% | 0.39% | - |
| XYZ | 6.85 | 10 | 8.41 | - |
| YUV | 80.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 76 | 0.55 | 0 | 0.23 | 0.61 | 154.44 | 0.38 | 0.28 |
| Hex | 2D | 63 | 4C | 37 | 0 | 17 | 3D | 9A | 26 | 1C |
| Octal | 55 | 143 | 114 | 67 | 0 | 27 | 75 | 232 | 46 | 34 |
| Binary | 101101 | 1100011 | 1001100 | 110111 | 0 | 10111 | 111101 | 10011010 | 100110 | 11100 |
Color Harmonies of #2D634C
Complementary color
Monochromatic Colors of #2D634C
Black with #2D634C
Text Example
Text Example
White with #2D634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D634C; }
p { color: rgb(45,99,76); }
H1.HeaderClassName
{
color: #2D634C;
}
.AnyTagClassName
{
color: #2D634C;
}
</style>
background-color css
<style>
a { background-color: #2D634C; }
a { background-color: rgb(45,99,76); }
div.DivClassName
{
background-color: #2D634C;
}
.BgClassName
{
background-color: #2D634C;
}
</style>
border-color css
<style>
span { border-color: #2D634C; }
span { border-color: rgb(45,99,76); }
td.TdClassName
{
border-color: #2D634C;
}
.TagClassName
{
border-color: #2D634C;
}
</style>