Shades of Green Pea #2C664B
Tints of Green Pea #2C664B
RGB
CMYK
RGB Variations
Color information
#2C664B (or 0x2C664B) is known color: Green Pea. HEX triplet: 2C, 66 and 4B. RGB value is (44,102,75). Sum of RGB (Red+Green+Blue) = 44+102+75=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #2C664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C664B is #D399B4. Grayscale: #515151. Windows color (decimal): -13867445 or 4941356. OLE color: 4941356.
HSL color Cylindrical-coordinate representation of color #2C664B: hue angle of 152.07º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C664B is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 44 | 102 | 75 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.6 |
| HSL | 152.07º | 0.4% | 0.29% | - |
| HSV(B) | 152.07º | 0.57% | 0.4% | - |
| XYZ | 7.06 | 10.55 | 8.32 | - |
| YUV | 81.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 102 | 75 | 0.57 | 0 | 0.26 | 0.6 | 152.07 | 0.4 | 0.29 |
| Hex | 2C | 66 | 4B | 39 | 0 | 1A | 3C | 98 | 28 | 1D |
| Octal | 54 | 146 | 113 | 71 | 0 | 32 | 74 | 230 | 50 | 35 |
| Binary | 101100 | 1100110 | 1001011 | 111001 | 0 | 11010 | 111100 | 10011000 | 101000 | 11101 |
Color Harmonies of #2C664B
Complementary color
Monochromatic Colors of #2C664B
Black with #2C664B
Text Example
Text Example
White with #2C664B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C664B; }
p { color: rgb(44,102,75); }
H1.HeaderClassName
{
color: #2C664B;
}
.AnyTagClassName
{
color: #2C664B;
}
</style>
background-color css
<style>
a { background-color: #2C664B; }
a { background-color: rgb(44,102,75); }
div.DivClassName
{
background-color: #2C664B;
}
.BgClassName
{
background-color: #2C664B;
}
</style>
border-color css
<style>
span { border-color: #2C664B; }
span { border-color: rgb(44,102,75); }
td.TdClassName
{
border-color: #2C664B;
}
.TagClassName
{
border-color: #2C664B;
}
</style>