Shades of Green Pea #2A6A4D
Tints of Green Pea #2A6A4D
RGB
CMYK
RGB Variations
Color information
#2A6A4D (or 0x2A6A4D) is known color: Green Pea. HEX triplet: 2A, 6A and 4D. RGB value is (42,106,77). Sum of RGB (Red+Green+Blue) = 42+106+77=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 106 - color contains mainly: green. Hex color #2A6A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6A4D is #D595B2. Grayscale: #535353. Windows color (decimal): -13997491 or 5073450. OLE color: 5073450.
HSL color Cylindrical-coordinate representation of color #2A6A4D: hue angle of 152.81º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A6A4D is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 106 | 77 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.58 |
| HSL | 152.81º | 0.43% | 0.29% | - |
| HSV(B) | 152.81º | 0.6% | 0.42% | - |
| XYZ | 7.45 | 11.34 | 8.82 | - |
| YUV | 83.56 | 124.3 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 106 | 77 | 0.60 | 0 | 0.27 | 0.58 | 152.81 | 0.43 | 0.29 |
| Hex | 2A | 6A | 4D | 3C | 0 | 1B | 3A | 99 | 2B | 1D |
| Octal | 52 | 152 | 115 | 74 | 0 | 33 | 72 | 231 | 53 | 35 |
| Binary | 101010 | 1101010 | 1001101 | 111100 | 0 | 11011 | 111010 | 10011001 | 101011 | 11101 |
Color Harmonies of #2A6A4D
Complementary color
Monochromatic Colors of #2A6A4D
Black with #2A6A4D
Text Example
Text Example
White with #2A6A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6A4D; }
p { color: rgb(42,106,77); }
H1.HeaderClassName
{
color: #2A6A4D;
}
.AnyTagClassName
{
color: #2A6A4D;
}
</style>
background-color css
<style>
a { background-color: #2A6A4D; }
a { background-color: rgb(42,106,77); }
div.DivClassName
{
background-color: #2A6A4D;
}
.BgClassName
{
background-color: #2A6A4D;
}
</style>
border-color css
<style>
span { border-color: #2A6A4D; }
span { border-color: rgb(42,106,77); }
td.TdClassName
{
border-color: #2A6A4D;
}
.TagClassName
{
border-color: #2A6A4D;
}
</style>