Shades of Spectra #2E624B
Tints of Spectra #2E624B
RGB
CMYK
RGB Variations
Color information
#2E624B (or 0x2E624B) is known color: Spectra. HEX triplet: 2E, 62 and 4B. RGB value is (46,98,75). Sum of RGB (Red+Green+Blue) = 46+98+75=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #2E624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E624B is #D19DB4. Grayscale: #4F4F4F. Windows color (decimal): -13737397 or 4940334. OLE color: 4940334.
HSL color Cylindrical-coordinate representation of color #2E624B: hue angle of 153.46º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E624B is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 98 | 75 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.62 |
| HSL | 153.46º | 0.36% | 0.28% | - |
| HSV(B) | 153.46º | 0.53% | 0.38% | - |
| XYZ | 6.76 | 9.82 | 8.2 | - |
| YUV | 79.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 98 | 75 | 0.53 | 0 | 0.23 | 0.62 | 153.46 | 0.36 | 0.28 |
| Hex | 2E | 62 | 4B | 35 | 0 | 17 | 3E | 99 | 24 | 1C |
| Octal | 56 | 142 | 113 | 65 | 0 | 27 | 76 | 231 | 44 | 34 |
| Binary | 101110 | 1100010 | 1001011 | 110101 | 0 | 10111 | 111110 | 10011001 | 100100 | 11100 |
Color Harmonies of #2E624B
Complementary color
Monochromatic Colors of #2E624B
Black with #2E624B
Text Example
Text Example
White with #2E624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E624B; }
p { color: rgb(46,98,75); }
H1.HeaderClassName
{
color: #2E624B;
}
.AnyTagClassName
{
color: #2E624B;
}
</style>
background-color css
<style>
a { background-color: #2E624B; }
a { background-color: rgb(46,98,75); }
div.DivClassName
{
background-color: #2E624B;
}
.BgClassName
{
background-color: #2E624B;
}
</style>
border-color css
<style>
span { border-color: #2E624B; }
span { border-color: rgb(46,98,75); }
td.TdClassName
{
border-color: #2E624B;
}
.TagClassName
{
border-color: #2E624B;
}
</style>