Shades of Green Pea #2A6C44
Tints of Green Pea #2A6C44
RGB
CMYK
RGB Variations
Color information
#2A6C44 (or 0x2A6C44) is known color: Green Pea. HEX triplet: 2A, 6C and 44. RGB value is (42,108,68). Sum of RGB (Red+Green+Blue) = 42+108+68=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 108 (42.58% from 255 or 49.54% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 108 - color contains mainly: green. Hex color #2A6C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6C44 is #D593BB. Grayscale: #535353. Windows color (decimal): -13996988 or 4484138. OLE color: 4484138.
HSL color Cylindrical-coordinate representation of color #2A6C44: hue angle of 143.64º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A6C44 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 108 | 68 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.58 |
| HSL | 143.64º | 0.44% | 0.29% | - |
| HSV(B) | 143.64º | 0.61% | 0.42% | - |
| XYZ | 7.36 | 11.63 | 7.33 | - |
| YUV | 83.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 108 | 68 | 0.61 | 0 | 0.37 | 0.58 | 143.64 | 0.44 | 0.29 |
| Hex | 2A | 6C | 44 | 3D | 0 | 25 | 3A | 90 | 2C | 1D |
| Octal | 52 | 154 | 104 | 75 | 0 | 45 | 72 | 220 | 54 | 35 |
| Binary | 101010 | 1101100 | 1000100 | 111101 | 0 | 100101 | 111010 | 10010000 | 101100 | 11101 |
Color Harmonies of #2A6C44
Complementary color
Monochromatic Colors of #2A6C44
Black with #2A6C44
Text Example
Text Example
White with #2A6C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6C44; }
p { color: rgb(42,108,68); }
H1.HeaderClassName
{
color: #2A6C44;
}
.AnyTagClassName
{
color: #2A6C44;
}
</style>
background-color css
<style>
a { background-color: #2A6C44; }
a { background-color: rgb(42,108,68); }
div.DivClassName
{
background-color: #2A6C44;
}
.BgClassName
{
background-color: #2A6C44;
}
</style>
border-color css
<style>
span { border-color: #2A6C44; }
span { border-color: rgb(42,108,68); }
td.TdClassName
{
border-color: #2A6C44;
}
.TagClassName
{
border-color: #2A6C44;
}
</style>