Shades of Green Pea #2D5944
Tints of Green Pea #2D5944
RGB
CMYK
RGB Variations
Color information
#2D5944 (or 0x2D5944) is known color: Green Pea. HEX triplet: 2D, 59 and 44. RGB value is (45,89,68). Sum of RGB (Red+Green+Blue) = 45+89+68=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 89 - color contains mainly: green. Hex color #2D5944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5944 is #D2A6BB. Grayscale: #494949. Windows color (decimal): -13805244 or 4479277. OLE color: 4479277.
HSL color Cylindrical-coordinate representation of color #2D5944: hue angle of 151.36º 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 #2D5944 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 89 | 68 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.65 |
| HSL | 151.36º | 0.33% | 0.26% | - |
| HSV(B) | 151.36º | 0.49% | 0.35% | - |
| XYZ | 5.7 | 8.12 | 6.74 | - |
| YUV | 73.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 68 | 0.49 | 0 | 0.24 | 0.65 | 151.36 | 0.33 | 0.26 |
| Hex | 2D | 59 | 44 | 31 | 0 | 18 | 41 | 97 | 21 | 1A |
| Octal | 55 | 131 | 104 | 61 | 0 | 30 | 101 | 227 | 41 | 32 |
| Binary | 101101 | 1011001 | 1000100 | 110001 | 0 | 11000 | 1000001 | 10010111 | 100001 | 11010 |
Color Harmonies of #2D5944
Complementary color
Monochromatic Colors of #2D5944
Black with #2D5944
Text Example
Text Example
White with #2D5944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5944; }
p { color: rgb(45,89,68); }
H1.HeaderClassName
{
color: #2D5944;
}
.AnyTagClassName
{
color: #2D5944;
}
</style>
background-color css
<style>
a { background-color: #2D5944; }
a { background-color: rgb(45,89,68); }
div.DivClassName
{
background-color: #2D5944;
}
.BgClassName
{
background-color: #2D5944;
}
</style>
border-color css
<style>
span { border-color: #2D5944; }
span { border-color: rgb(45,89,68); }
td.TdClassName
{
border-color: #2D5944;
}
.TagClassName
{
border-color: #2D5944;
}
</style>