Shades of Green Pea #2D6344
Tints of Green Pea #2D6344
RGB
CMYK
RGB Variations
Color information
#2D6344 (or 0x2D6344) is known color: Green Pea. HEX triplet: 2D, 63 and 44. RGB value is (45,99,68). Sum of RGB (Red+Green+Blue) = 45+99+68=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #2D6344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6344 is #D29CBB. Grayscale: #4F4F4F. Windows color (decimal): -13802684 or 4481837. OLE color: 4481837.
HSL color Cylindrical-coordinate representation of color #2D6344: hue angle of 145.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D6344 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 99 | 68 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.61 |
| HSL | 145.56º | 0.38% | 0.28% | - |
| HSV(B) | 145.56º | 0.55% | 0.39% | - |
| XYZ | 6.59 | 9.9 | 7.03 | - |
| YUV | 79.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 68 | 0.55 | 0 | 0.31 | 0.61 | 145.56 | 0.38 | 0.28 |
| Hex | 2D | 63 | 44 | 37 | 0 | 1F | 3D | 92 | 26 | 1C |
| Octal | 55 | 143 | 104 | 67 | 0 | 37 | 75 | 222 | 46 | 34 |
| Binary | 101101 | 1100011 | 1000100 | 110111 | 0 | 11111 | 111101 | 10010010 | 100110 | 11100 |
Color Harmonies of #2D6344
Complementary color
Monochromatic Colors of #2D6344
Black with #2D6344
Text Example
Text Example
White with #2D6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6344; }
p { color: rgb(45,99,68); }
H1.HeaderClassName
{
color: #2D6344;
}
.AnyTagClassName
{
color: #2D6344;
}
</style>
background-color css
<style>
a { background-color: #2D6344; }
a { background-color: rgb(45,99,68); }
div.DivClassName
{
background-color: #2D6344;
}
.BgClassName
{
background-color: #2D6344;
}
</style>
border-color css
<style>
span { border-color: #2D6344; }
span { border-color: rgb(45,99,68); }
td.TdClassName
{
border-color: #2D6344;
}
.TagClassName
{
border-color: #2D6344;
}
</style>