Shades of Green Pea #2A603D
Tints of Green Pea #2A603D
RGB
CMYK
RGB Variations
Color information
#2A603D (or 0x2A603D) is known color: Green Pea. HEX triplet: 2A, 60 and 3D. RGB value is (42,96,61). Sum of RGB (Red+Green+Blue) = 42+96+61=199 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.11% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #2A603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A603D is #D59FC2. Grayscale: #4B4B4B. Windows color (decimal): -14000067 or 4022314. OLE color: 4022314.
HSL color Cylindrical-coordinate representation of color #2A603D: hue angle of 141.11º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A603D is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 96 | 61 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.62 |
| HSL | 141.11º | 0.39% | 0.27% | - |
| HSV(B) | 141.11º | 0.56% | 0.38% | - |
| XYZ | 5.98 | 9.19 | 5.87 | - |
| YUV | 75.86 | 119.61 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 61 | 0.56 | 0 | 0.36 | 0.62 | 141.11 | 0.39 | 0.27 |
| Hex | 2A | 60 | 3D | 38 | 0 | 24 | 3E | 8D | 27 | 1B |
| Octal | 52 | 140 | 75 | 70 | 0 | 44 | 76 | 215 | 47 | 33 |
| Binary | 101010 | 1100000 | 111101 | 111000 | 0 | 100100 | 111110 | 10001101 | 100111 | 11011 |
Color Harmonies of #2A603D
Complementary color
Monochromatic Colors of #2A603D
Black with #2A603D
Text Example
Text Example
White with #2A603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A603D; }
p { color: rgb(42,96,61); }
H1.HeaderClassName
{
color: #2A603D;
}
.AnyTagClassName
{
color: #2A603D;
}
</style>
background-color css
<style>
a { background-color: #2A603D; }
a { background-color: rgb(42,96,61); }
div.DivClassName
{
background-color: #2A603D;
}
.BgClassName
{
background-color: #2A603D;
}
</style>
border-color css
<style>
span { border-color: #2A603D; }
span { border-color: rgb(42,96,61); }
td.TdClassName
{
border-color: #2A603D;
}
.TagClassName
{
border-color: #2A603D;
}
</style>