Shades of Green Pea #2D5F3E
Tints of Green Pea #2D5F3E
RGB
CMYK
RGB Variations
Color information
#2D5F3E (or 0x2D5F3E) is known color: Green Pea. HEX triplet: 2D, 5F and 3E. RGB value is (45,95,62). Sum of RGB (Red+Green+Blue) = 45+95+62=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5F3E is #D2A0C1. Grayscale: #4C4C4C. Windows color (decimal): -13803714 or 4087597. OLE color: 4087597.
HSL color Cylindrical-coordinate representation of color #2D5F3E: hue angle of 140.4º 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 #2D5F3E is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 95 | 62 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.63 |
| HSL | 140.4º | 0.36% | 0.27% | - |
| HSV(B) | 140.4º | 0.53% | 0.37% | - |
| XYZ | 6.04 | 9.09 | 5.99 | - |
| YUV | 76.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 62 | 0.53 | 0 | 0.35 | 0.63 | 140.4 | 0.36 | 0.27 |
| Hex | 2D | 5F | 3E | 35 | 0 | 23 | 3F | 8C | 24 | 1B |
| Octal | 55 | 137 | 76 | 65 | 0 | 43 | 77 | 214 | 44 | 33 |
| Binary | 101101 | 1011111 | 111110 | 110101 | 0 | 100011 | 111111 | 10001100 | 100100 | 11011 |
Color Harmonies of #2D5F3E
Complementary color
Monochromatic Colors of #2D5F3E
Black with #2D5F3E
Text Example
Text Example
White with #2D5F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5F3E; }
p { color: rgb(45,95,62); }
H1.HeaderClassName
{
color: #2D5F3E;
}
.AnyTagClassName
{
color: #2D5F3E;
}
</style>
background-color css
<style>
a { background-color: #2D5F3E; }
a { background-color: rgb(45,95,62); }
div.DivClassName
{
background-color: #2D5F3E;
}
.BgClassName
{
background-color: #2D5F3E;
}
</style>
border-color css
<style>
span { border-color: #2D5F3E; }
span { border-color: rgb(45,95,62); }
td.TdClassName
{
border-color: #2D5F3E;
}
.TagClassName
{
border-color: #2D5F3E;
}
</style>