Shades of Green Pea #2A6E4F
Tints of Green Pea #2A6E4F
RGB
CMYK
RGB Variations
Color information
#2A6E4F (or 0x2A6E4F) is known color: Green Pea. HEX triplet: 2A, 6E and 4F. RGB value is (42,110,79). Sum of RGB (Red+Green+Blue) = 42+110+79=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #2A6E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6E4F is #D591B0. Grayscale: #565656. Windows color (decimal): -13996465 or 5205546. OLE color: 5205546.
HSL color Cylindrical-coordinate representation of color #2A6E4F: hue angle of 152.65º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A6E4F is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 110 | 79 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.57 |
| HSL | 152.65º | 0.45% | 0.3% | - |
| HSV(B) | 152.65º | 0.62% | 0.43% | - |
| XYZ | 7.94 | 12.21 | 9.34 | - |
| YUV | 86.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 110 | 79 | 0.62 | 0 | 0.28 | 0.57 | 152.65 | 0.45 | 0.3 |
| Hex | 2A | 6E | 4F | 3E | 0 | 1C | 39 | 99 | 2D | 1E |
| Octal | 52 | 156 | 117 | 76 | 0 | 34 | 71 | 231 | 55 | 36 |
| Binary | 101010 | 1101110 | 1001111 | 111110 | 0 | 11100 | 111001 | 10011001 | 101101 | 11110 |
Color Harmonies of #2A6E4F
Complementary color
Monochromatic Colors of #2A6E4F
Black with #2A6E4F
Text Example
Text Example
White with #2A6E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6E4F; }
p { color: rgb(42,110,79); }
H1.HeaderClassName
{
color: #2A6E4F;
}
.AnyTagClassName
{
color: #2A6E4F;
}
</style>
background-color css
<style>
a { background-color: #2A6E4F; }
a { background-color: rgb(42,110,79); }
div.DivClassName
{
background-color: #2A6E4F;
}
.BgClassName
{
background-color: #2A6E4F;
}
</style>
border-color css
<style>
span { border-color: #2A6E4F; }
span { border-color: rgb(42,110,79); }
td.TdClassName
{
border-color: #2A6E4F;
}
.TagClassName
{
border-color: #2A6E4F;
}
</style>