Shades of Green Pea #2D653F
Tints of Green Pea #2D653F
RGB
CMYK
RGB Variations
Color information
#2D653F (or 0x2D653F) is known color: Green Pea. HEX triplet: 2D, 65 and 3F. RGB value is (45,101,63). Sum of RGB (Red+Green+Blue) = 45+101+63=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 101 - color contains mainly: green. Hex color #2D653F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D653F is #D29AC0. Grayscale: #505050. Windows color (decimal): -13802177 or 4154669. OLE color: 4154669.
HSL color Cylindrical-coordinate representation of color #2D653F: hue angle of 139.29º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D653F is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 101 | 63 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.60 |
| HSL | 139.29º | 0.38% | 0.29% | - |
| HSV(B) | 139.29º | 0.55% | 0.4% | - |
| XYZ | 6.63 | 10.22 | 6.33 | - |
| YUV | 79.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 101 | 63 | 0.55 | 0 | 0.38 | 0.60 | 139.29 | 0.38 | 0.29 |
| Hex | 2D | 65 | 3F | 37 | 0 | 26 | 3C | 8B | 26 | 1D |
| Octal | 55 | 145 | 77 | 67 | 0 | 46 | 74 | 213 | 46 | 35 |
| Binary | 101101 | 1100101 | 111111 | 110111 | 0 | 100110 | 111100 | 10001011 | 100110 | 11101 |
Color Harmonies of #2D653F
Complementary color
Monochromatic Colors of #2D653F
Black with #2D653F
Text Example
Text Example
White with #2D653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D653F; }
p { color: rgb(45,101,63); }
H1.HeaderClassName
{
color: #2D653F;
}
.AnyTagClassName
{
color: #2D653F;
}
</style>
background-color css
<style>
a { background-color: #2D653F; }
a { background-color: rgb(45,101,63); }
div.DivClassName
{
background-color: #2D653F;
}
.BgClassName
{
background-color: #2D653F;
}
</style>
border-color css
<style>
span { border-color: #2D653F; }
span { border-color: rgb(45,101,63); }
td.TdClassName
{
border-color: #2D653F;
}
.TagClassName
{
border-color: #2D653F;
}
</style>