Shades of Green Pea #2D5A46
Tints of Green Pea #2D5A46
RGB
CMYK
RGB Variations
Color information
#2D5A46 (or 0x2D5A46) is known color: Green Pea. HEX triplet: 2D, 5A and 46. RGB value is (45,90,70). Sum of RGB (Red+Green+Blue) = 45+90+70=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #2D5A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5A46 is #D2A5B9. Grayscale: #4A4A4A. Windows color (decimal): -13804986 or 4610605. OLE color: 4610605.
HSL color Cylindrical-coordinate representation of color #2D5A46: hue angle of 153.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D5A46 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 90 | 70 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.65 |
| HSL | 153.33º | 0.33% | 0.26% | - |
| HSV(B) | 153.33º | 0.5% | 0.35% | - |
| XYZ | 5.84 | 8.31 | 7.09 | - |
| YUV | 74.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 70 | 0.50 | 0 | 0.22 | 0.65 | 153.33 | 0.33 | 0.26 |
| Hex | 2D | 5A | 46 | 32 | 0 | 16 | 41 | 99 | 21 | 1A |
| Octal | 55 | 132 | 106 | 62 | 0 | 26 | 101 | 231 | 41 | 32 |
| Binary | 101101 | 1011010 | 1000110 | 110010 | 0 | 10110 | 1000001 | 10011001 | 100001 | 11010 |
Color Harmonies of #2D5A46
Complementary color
Monochromatic Colors of #2D5A46
Black with #2D5A46
Text Example
Text Example
White with #2D5A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5A46; }
p { color: rgb(45,90,70); }
H1.HeaderClassName
{
color: #2D5A46;
}
.AnyTagClassName
{
color: #2D5A46;
}
</style>
background-color css
<style>
a { background-color: #2D5A46; }
a { background-color: rgb(45,90,70); }
div.DivClassName
{
background-color: #2D5A46;
}
.BgClassName
{
background-color: #2D5A46;
}
</style>
border-color css
<style>
span { border-color: #2D5A46; }
span { border-color: rgb(45,90,70); }
td.TdClassName
{
border-color: #2D5A46;
}
.TagClassName
{
border-color: #2D5A46;
}
</style>