Shades of Green Pea #2A603C
Tints of Green Pea #2A603C
RGB
CMYK
RGB Variations
Color information
#2A603C (or 0x2A603C) is known color: Green Pea. HEX triplet: 2A, 60 and 3C. RGB value is (42,96,60). Sum of RGB (Red+Green+Blue) = 42+96+60=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #2A603C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A603C is #D59FC3. Grayscale: #4B4B4B. Windows color (decimal): -14000068 or 3956778. OLE color: 3956778.
HSL color Cylindrical-coordinate representation of color #2A603C: hue angle of 140º 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 #2A603C is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 96 | 60 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.62 |
| HSL | 140º | 0.39% | 0.27% | - |
| HSV(B) | 140º | 0.56% | 0.38% | - |
| XYZ | 5.95 | 9.18 | 5.73 | - |
| YUV | 75.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 60 | 0.56 | 0 | 0.38 | 0.62 | 140 | 0.39 | 0.27 |
| Hex | 2A | 60 | 3C | 38 | 0 | 26 | 3E | 8C | 27 | 1B |
| Octal | 52 | 140 | 74 | 70 | 0 | 46 | 76 | 214 | 47 | 33 |
| Binary | 101010 | 1100000 | 111100 | 111000 | 0 | 100110 | 111110 | 10001100 | 100111 | 11011 |
Color Harmonies of #2A603C
Complementary color
Monochromatic Colors of #2A603C
Black with #2A603C
Text Example
Text Example
White with #2A603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A603C; }
p { color: rgb(42,96,60); }
H1.HeaderClassName
{
color: #2A603C;
}
.AnyTagClassName
{
color: #2A603C;
}
</style>
background-color css
<style>
a { background-color: #2A603C; }
a { background-color: rgb(42,96,60); }
div.DivClassName
{
background-color: #2A603C;
}
.BgClassName
{
background-color: #2A603C;
}
</style>
border-color css
<style>
span { border-color: #2A603C; }
span { border-color: rgb(42,96,60); }
td.TdClassName
{
border-color: #2A603C;
}
.TagClassName
{
border-color: #2A603C;
}
</style>