Shades of Green Pea #2E644B
Tints of Green Pea #2E644B
RGB
CMYK
RGB Variations
Color information
#2E644B (or 0x2E644B) is known color: Green Pea. HEX triplet: 2E, 64 and 4B. RGB value is (46,100,75). Sum of RGB (Red+Green+Blue) = 46+100+75=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 100 - color contains mainly: green. Hex color #2E644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E644B is #D19BB4. Grayscale: #515151. Windows color (decimal): -13736885 or 4940846. OLE color: 4940846.
HSL color Cylindrical-coordinate representation of color #2E644B: hue angle of 152.22º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E644B is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 100 | 75 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.61 |
| HSL | 152.22º | 0.37% | 0.29% | - |
| HSV(B) | 152.22º | 0.54% | 0.39% | - |
| XYZ | 6.95 | 10.2 | 8.26 | - |
| YUV | 81 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 100 | 75 | 0.54 | 0 | 0.25 | 0.61 | 152.22 | 0.37 | 0.29 |
| Hex | 2E | 64 | 4B | 36 | 0 | 19 | 3D | 98 | 25 | 1D |
| Octal | 56 | 144 | 113 | 66 | 0 | 31 | 75 | 230 | 45 | 35 |
| Binary | 101110 | 1100100 | 1001011 | 110110 | 0 | 11001 | 111101 | 10011000 | 100101 | 11101 |
Color Harmonies of #2E644B
Complementary color
Monochromatic Colors of #2E644B
Black with #2E644B
Text Example
Text Example
White with #2E644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E644B; }
p { color: rgb(46,100,75); }
H1.HeaderClassName
{
color: #2E644B;
}
.AnyTagClassName
{
color: #2E644B;
}
</style>
background-color css
<style>
a { background-color: #2E644B; }
a { background-color: rgb(46,100,75); }
div.DivClassName
{
background-color: #2E644B;
}
.BgClassName
{
background-color: #2E644B;
}
</style>
border-color css
<style>
span { border-color: #2E644B; }
span { border-color: rgb(46,100,75); }
td.TdClassName
{
border-color: #2E644B;
}
.TagClassName
{
border-color: #2E644B;
}
</style>