Shades of Green Pea #2A633F
Tints of Green Pea #2A633F
RGB
CMYK
RGB Variations
Color information
#2A633F (or 0x2A633F) is known color: Green Pea. HEX triplet: 2A, 63 and 3F. RGB value is (42,99,63). Sum of RGB (Red+Green+Blue) = 42+99+63=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #2A633F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A633F is #D59CC0. Grayscale: #4D4D4D. Windows color (decimal): -13999297 or 4154154. OLE color: 4154154.
HSL color Cylindrical-coordinate representation of color #2A633F: hue angle of 142.11º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A633F is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 99 | 63 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.61 |
| HSL | 142.11º | 0.4% | 0.28% | - |
| HSV(B) | 142.11º | 0.58% | 0.39% | - |
| XYZ | 6.31 | 9.77 | 6.26 | - |
| YUV | 77.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 63 | 0.58 | 0 | 0.36 | 0.61 | 142.11 | 0.4 | 0.28 |
| Hex | 2A | 63 | 3F | 3A | 0 | 24 | 3D | 8E | 28 | 1C |
| Octal | 52 | 143 | 77 | 72 | 0 | 44 | 75 | 216 | 50 | 34 |
| Binary | 101010 | 1100011 | 111111 | 111010 | 0 | 100100 | 111101 | 10001110 | 101000 | 11100 |
Color Harmonies of #2A633F
Complementary color
Monochromatic Colors of #2A633F
Black with #2A633F
Text Example
Text Example
White with #2A633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A633F; }
p { color: rgb(42,99,63); }
H1.HeaderClassName
{
color: #2A633F;
}
.AnyTagClassName
{
color: #2A633F;
}
</style>
background-color css
<style>
a { background-color: #2A633F; }
a { background-color: rgb(42,99,63); }
div.DivClassName
{
background-color: #2A633F;
}
.BgClassName
{
background-color: #2A633F;
}
</style>
border-color css
<style>
span { border-color: #2A633F; }
span { border-color: rgb(42,99,63); }
td.TdClassName
{
border-color: #2A633F;
}
.TagClassName
{
border-color: #2A633F;
}
</style>