Shades of Spectra #2E6B4F
Tints of Spectra #2E6B4F
RGB
CMYK
RGB Variations
Color information
#2E6B4F (or 0x2E6B4F) is known color: Spectra. HEX triplet: 2E, 6B and 4F. RGB value is (46,107,79). Sum of RGB (Red+Green+Blue) = 46+107+79=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6B4F is #D194B0. Grayscale: #555555. Windows color (decimal): -13735089 or 5204782. OLE color: 5204782.
HSL color Cylindrical-coordinate representation of color #2E6B4F: hue angle of 152.46º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E6B4F is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 107 | 79 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.58 |
| HSL | 152.46º | 0.4% | 0.3% | - |
| HSV(B) | 152.46º | 0.57% | 0.42% | - |
| XYZ | 7.8 | 11.66 | 9.24 | - |
| YUV | 85.57 | 124.29 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 79 | 0.57 | 0 | 0.26 | 0.58 | 152.46 | 0.4 | 0.3 |
| Hex | 2E | 6B | 4F | 39 | 0 | 1A | 3A | 98 | 28 | 1E |
| Octal | 56 | 153 | 117 | 71 | 0 | 32 | 72 | 230 | 50 | 36 |
| Binary | 101110 | 1101011 | 1001111 | 111001 | 0 | 11010 | 111010 | 10011000 | 101000 | 11110 |
Color Harmonies of #2E6B4F
Complementary color
Monochromatic Colors of #2E6B4F
Black with #2E6B4F
Text Example
Text Example
White with #2E6B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6B4F; }
p { color: rgb(46,107,79); }
H1.HeaderClassName
{
color: #2E6B4F;
}
.AnyTagClassName
{
color: #2E6B4F;
}
</style>
background-color css
<style>
a { background-color: #2E6B4F; }
a { background-color: rgb(46,107,79); }
div.DivClassName
{
background-color: #2E6B4F;
}
.BgClassName
{
background-color: #2E6B4F;
}
</style>
border-color css
<style>
span { border-color: #2E6B4F; }
span { border-color: rgb(46,107,79); }
td.TdClassName
{
border-color: #2E6B4F;
}
.TagClassName
{
border-color: #2E6B4F;
}
</style>