Shades of Green Pea #2D5F46
Tints of Green Pea #2D5F46
RGB
CMYK
RGB Variations
Color information
#2D5F46 (or 0x2D5F46) is known color: Green Pea. HEX triplet: 2D, 5F and 46. RGB value is (45,95,70). Sum of RGB (Red+Green+Blue) = 45+95+70=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5F46 is #D2A0B9. Grayscale: #4D4D4D. Windows color (decimal): -13803706 or 4611885. OLE color: 4611885.
HSL color Cylindrical-coordinate representation of color #2D5F46: hue angle of 150º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D5F46 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 95 | 70 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.63 |
| HSL | 150º | 0.36% | 0.27% | - |
| HSV(B) | 150º | 0.53% | 0.37% | - |
| XYZ | 6.28 | 9.18 | 7.24 | - |
| YUV | 77.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 70 | 0.53 | 0 | 0.26 | 0.63 | 150 | 0.36 | 0.27 |
| Hex | 2D | 5F | 46 | 35 | 0 | 1A | 3F | 96 | 24 | 1B |
| Octal | 55 | 137 | 106 | 65 | 0 | 32 | 77 | 226 | 44 | 33 |
| Binary | 101101 | 1011111 | 1000110 | 110101 | 0 | 11010 | 111111 | 10010110 | 100100 | 11011 |
Color Harmonies of #2D5F46
Complementary color
Monochromatic Colors of #2D5F46
Black with #2D5F46
Text Example
Text Example
White with #2D5F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5F46; }
p { color: rgb(45,95,70); }
H1.HeaderClassName
{
color: #2D5F46;
}
.AnyTagClassName
{
color: #2D5F46;
}
</style>
background-color css
<style>
a { background-color: #2D5F46; }
a { background-color: rgb(45,95,70); }
div.DivClassName
{
background-color: #2D5F46;
}
.BgClassName
{
background-color: #2D5F46;
}
</style>
border-color css
<style>
span { border-color: #2D5F46; }
span { border-color: rgb(45,95,70); }
td.TdClassName
{
border-color: #2D5F46;
}
.TagClassName
{
border-color: #2D5F46;
}
</style>