Shades of Green Pea #2A654B
Tints of Green Pea #2A654B
RGB
CMYK
RGB Variations
Color information
#2A654B (or 0x2A654B) is known color: Green Pea. HEX triplet: 2A, 65 and 4B. RGB value is (42,101,75). Sum of RGB (Red+Green+Blue) = 42+101+75=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #2A654B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A654B is #D59AB4. Grayscale: #505050. Windows color (decimal): -13998773 or 4941098. OLE color: 4941098.
HSL color Cylindrical-coordinate representation of color #2A654B: hue angle of 153.56º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A654B is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 101 | 75 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.60 |
| HSL | 153.56º | 0.41% | 0.28% | - |
| HSV(B) | 153.56º | 0.58% | 0.4% | - |
| XYZ | 6.88 | 10.31 | 8.28 | - |
| YUV | 80.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 75 | 0.58 | 0 | 0.26 | 0.60 | 153.56 | 0.41 | 0.28 |
| Hex | 2A | 65 | 4B | 3A | 0 | 1A | 3C | 9A | 29 | 1C |
| Octal | 52 | 145 | 113 | 72 | 0 | 32 | 74 | 232 | 51 | 34 |
| Binary | 101010 | 1100101 | 1001011 | 111010 | 0 | 11010 | 111100 | 10011010 | 101001 | 11100 |
Color Harmonies of #2A654B
Complementary color
Monochromatic Colors of #2A654B
Black with #2A654B
Text Example
Text Example
White with #2A654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A654B; }
p { color: rgb(42,101,75); }
H1.HeaderClassName
{
color: #2A654B;
}
.AnyTagClassName
{
color: #2A654B;
}
</style>
background-color css
<style>
a { background-color: #2A654B; }
a { background-color: rgb(42,101,75); }
div.DivClassName
{
background-color: #2A654B;
}
.BgClassName
{
background-color: #2A654B;
}
</style>
border-color css
<style>
span { border-color: #2A654B; }
span { border-color: rgb(42,101,75); }
td.TdClassName
{
border-color: #2A654B;
}
.TagClassName
{
border-color: #2A654B;
}
</style>