Shades of Green Pea #2A634A
Tints of Green Pea #2A634A
RGB
CMYK
RGB Variations
Color information
#2A634A (or 0x2A634A) is known color: Green Pea. HEX triplet: 2A, 63 and 4A. RGB value is (42,99,74). Sum of RGB (Red+Green+Blue) = 42+99+74=215 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.53% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #2A634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A634A is #D59CB5. Grayscale: #4F4F4F. Windows color (decimal): -13999286 or 4875050. OLE color: 4875050.
HSL color Cylindrical-coordinate representation of color #2A634A: hue angle of 153.68º 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 #2A634A is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 99 | 74 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.61 |
| HSL | 153.68º | 0.4% | 0.28% | - |
| HSV(B) | 153.68º | 0.58% | 0.39% | - |
| XYZ | 6.65 | 9.91 | 8.04 | - |
| YUV | 79.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 74 | 0.58 | 0 | 0.25 | 0.61 | 153.68 | 0.4 | 0.28 |
| Hex | 2A | 63 | 4A | 3A | 0 | 19 | 3D | 9A | 28 | 1C |
| Octal | 52 | 143 | 112 | 72 | 0 | 31 | 75 | 232 | 50 | 34 |
| Binary | 101010 | 1100011 | 1001010 | 111010 | 0 | 11001 | 111101 | 10011010 | 101000 | 11100 |
Color Harmonies of #2A634A
Complementary color
Monochromatic Colors of #2A634A
Black with #2A634A
Text Example
Text Example
White with #2A634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A634A; }
p { color: rgb(42,99,74); }
H1.HeaderClassName
{
color: #2A634A;
}
.AnyTagClassName
{
color: #2A634A;
}
</style>
background-color css
<style>
a { background-color: #2A634A; }
a { background-color: rgb(42,99,74); }
div.DivClassName
{
background-color: #2A634A;
}
.BgClassName
{
background-color: #2A634A;
}
</style>
border-color css
<style>
span { border-color: #2A634A; }
span { border-color: rgb(42,99,74); }
td.TdClassName
{
border-color: #2A634A;
}
.TagClassName
{
border-color: #2A634A;
}
</style>