Shades of Green Pea #2D643F
Tints of Green Pea #2D643F
RGB
CMYK
RGB Variations
Color information
#2D643F (or 0x2D643F) is known color: Green Pea. HEX triplet: 2D, 64 and 3F. RGB value is (45,100,63). Sum of RGB (Red+Green+Blue) = 45+100+63=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 100 (39.45% from 255 or 48.08% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 100 - color contains mainly: green. Hex color #2D643F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D643F is #D29BC0. Grayscale: #4F4F4F. Windows color (decimal): -13802433 or 4154413. OLE color: 4154413.
HSL color Cylindrical-coordinate representation of color #2D643F: hue angle of 139.64º 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 #2D643F is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 100 | 63 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.61 |
| HSL | 139.64º | 0.38% | 0.28% | - |
| HSV(B) | 139.64º | 0.55% | 0.39% | - |
| XYZ | 6.54 | 10.03 | 6.29 | - |
| YUV | 79.34 | 118.78 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 100 | 63 | 0.55 | 0 | 0.37 | 0.61 | 139.64 | 0.38 | 0.28 |
| Hex | 2D | 64 | 3F | 37 | 0 | 25 | 3D | 8C | 26 | 1C |
| Octal | 55 | 144 | 77 | 67 | 0 | 45 | 75 | 214 | 46 | 34 |
| Binary | 101101 | 1100100 | 111111 | 110111 | 0 | 100101 | 111101 | 10001100 | 100110 | 11100 |
Color Harmonies of #2D643F
Complementary color
Monochromatic Colors of #2D643F
Black with #2D643F
Text Example
Text Example
White with #2D643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D643F; }
p { color: rgb(45,100,63); }
H1.HeaderClassName
{
color: #2D643F;
}
.AnyTagClassName
{
color: #2D643F;
}
</style>
background-color css
<style>
a { background-color: #2D643F; }
a { background-color: rgb(45,100,63); }
div.DivClassName
{
background-color: #2D643F;
}
.BgClassName
{
background-color: #2D643F;
}
</style>
border-color css
<style>
span { border-color: #2D643F; }
span { border-color: rgb(45,100,63); }
td.TdClassName
{
border-color: #2D643F;
}
.TagClassName
{
border-color: #2D643F;
}
</style>