Shades of Green Pea #2D5941
Tints of Green Pea #2D5941
RGB
CMYK
RGB Variations
Color information
#2D5941 (or 0x2D5941) is known color: Green Pea. HEX triplet: 2D, 59 and 41. RGB value is (45,89,65). Sum of RGB (Red+Green+Blue) = 45+89+65=199 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.61% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #2D5941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5941 is #D2A6BE. Grayscale: #494949. Windows color (decimal): -13805247 or 4282669. OLE color: 4282669.
HSL color Cylindrical-coordinate representation of color #2D5941: hue angle of 147.27º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D5941 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 89 | 65 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.65 |
| HSL | 147.27º | 0.33% | 0.26% | - |
| HSV(B) | 147.27º | 0.49% | 0.35% | - |
| XYZ | 5.61 | 8.08 | 6.27 | - |
| YUV | 73.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 65 | 0.49 | 0 | 0.27 | 0.65 | 147.27 | 0.33 | 0.26 |
| Hex | 2D | 59 | 41 | 31 | 0 | 1B | 41 | 93 | 21 | 1A |
| Octal | 55 | 131 | 101 | 61 | 0 | 33 | 101 | 223 | 41 | 32 |
| Binary | 101101 | 1011001 | 1000001 | 110001 | 0 | 11011 | 1000001 | 10010011 | 100001 | 11010 |
Color Harmonies of #2D5941
Complementary color
Monochromatic Colors of #2D5941
Black with #2D5941
Text Example
Text Example
White with #2D5941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5941; }
p { color: rgb(45,89,65); }
H1.HeaderClassName
{
color: #2D5941;
}
.AnyTagClassName
{
color: #2D5941;
}
</style>
background-color css
<style>
a { background-color: #2D5941; }
a { background-color: rgb(45,89,65); }
div.DivClassName
{
background-color: #2D5941;
}
.BgClassName
{
background-color: #2D5941;
}
</style>
border-color css
<style>
span { border-color: #2D5941; }
span { border-color: rgb(45,89,65); }
td.TdClassName
{
border-color: #2D5941;
}
.TagClassName
{
border-color: #2D5941;
}
</style>