Shades of Green Pea #2D614A
Tints of Green Pea #2D614A
RGB
CMYK
RGB Variations
Color information
#2D614A (or 0x2D614A) is known color: Green Pea. HEX triplet: 2D, 61 and 4A. RGB value is (45,97,74). Sum of RGB (Red+Green+Blue) = 45+97+74=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #2D614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D614A is #D29EB5. Grayscale: #4E4E4E. Windows color (decimal): -13803190 or 4874541. OLE color: 4874541.
HSL color Cylindrical-coordinate representation of color #2D614A: hue angle of 153.46º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D614A is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 97 | 74 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.62 |
| HSL | 153.46º | 0.37% | 0.28% | - |
| HSV(B) | 153.46º | 0.54% | 0.38% | - |
| XYZ | 6.59 | 9.6 | 7.98 | - |
| YUV | 78.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 74 | 0.54 | 0 | 0.24 | 0.62 | 153.46 | 0.37 | 0.28 |
| Hex | 2D | 61 | 4A | 36 | 0 | 18 | 3E | 99 | 25 | 1C |
| Octal | 55 | 141 | 112 | 66 | 0 | 30 | 76 | 231 | 45 | 34 |
| Binary | 101101 | 1100001 | 1001010 | 110110 | 0 | 11000 | 111110 | 10011001 | 100101 | 11100 |
Color Harmonies of #2D614A
Complementary color
Monochromatic Colors of #2D614A
Black with #2D614A
Text Example
Text Example
White with #2D614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D614A; }
p { color: rgb(45,97,74); }
H1.HeaderClassName
{
color: #2D614A;
}
.AnyTagClassName
{
color: #2D614A;
}
</style>
background-color css
<style>
a { background-color: #2D614A; }
a { background-color: rgb(45,97,74); }
div.DivClassName
{
background-color: #2D614A;
}
.BgClassName
{
background-color: #2D614A;
}
</style>
border-color css
<style>
span { border-color: #2D614A; }
span { border-color: rgb(45,97,74); }
td.TdClassName
{
border-color: #2D614A;
}
.TagClassName
{
border-color: #2D614A;
}
</style>