Shades of Green Pea #2E674B
Tints of Green Pea #2E674B
RGB
CMYK
RGB Variations
Color information
#2E674B (or 0x2E674B) is known color: Green Pea. HEX triplet: 2E, 67 and 4B. RGB value is (46,103,75). Sum of RGB (Red+Green+Blue) = 46+103+75=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 103 - color contains mainly: green. Hex color #2E674B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E674B is #D198B4. Grayscale: #525252. Windows color (decimal): -13736117 or 4941614. OLE color: 4941614.
HSL color Cylindrical-coordinate representation of color #2E674B: hue angle of 150.53º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E674B is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 103 | 75 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.60 |
| HSL | 150.53º | 0.38% | 0.29% | - |
| HSV(B) | 150.53º | 0.55% | 0.4% | - |
| XYZ | 7.25 | 10.79 | 8.36 | - |
| YUV | 82.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 103 | 75 | 0.55 | 0 | 0.27 | 0.60 | 150.53 | 0.38 | 0.29 |
| Hex | 2E | 67 | 4B | 37 | 0 | 1B | 3C | 97 | 26 | 1D |
| Octal | 56 | 147 | 113 | 67 | 0 | 33 | 74 | 227 | 46 | 35 |
| Binary | 101110 | 1100111 | 1001011 | 110111 | 0 | 11011 | 111100 | 10010111 | 100110 | 11101 |
Color Harmonies of #2E674B
Complementary color
Monochromatic Colors of #2E674B
Black with #2E674B
Text Example
Text Example
White with #2E674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E674B; }
p { color: rgb(46,103,75); }
H1.HeaderClassName
{
color: #2E674B;
}
.AnyTagClassName
{
color: #2E674B;
}
</style>
background-color css
<style>
a { background-color: #2E674B; }
a { background-color: rgb(46,103,75); }
div.DivClassName
{
background-color: #2E674B;
}
.BgClassName
{
background-color: #2E674B;
}
</style>
border-color css
<style>
span { border-color: #2E674B; }
span { border-color: rgb(46,103,75); }
td.TdClassName
{
border-color: #2E674B;
}
.TagClassName
{
border-color: #2E674B;
}
</style>