Shades of Green Pea #2D5541
Tints of Green Pea #2D5541
RGB
CMYK
RGB Variations
Color information
#2D5541 (or 0x2D5541) is known color: Green Pea. HEX triplet: 2D, 55 and 41. RGB value is (45,85,65). Sum of RGB (Red+Green+Blue) = 45+85+65=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5541 is #D2AABE. Grayscale: #464646. Windows color (decimal): -13806271 or 4281645. OLE color: 4281645.
HSL color Cylindrical-coordinate representation of color #2D5541: hue angle of 150º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D5541 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 65 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.67 |
| HSL | 150º | 0.31% | 0.25% | - |
| HSV(B) | 150º | 0.47% | 0.33% | - |
| XYZ | 5.28 | 7.44 | 6.16 | - |
| YUV | 70.76 | 124.75 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 65 | 0.47 | 0 | 0.24 | 0.67 | 150 | 0.31 | 0.25 |
| Hex | 2D | 55 | 41 | 2F | 0 | 18 | 43 | 96 | 1F | 19 |
| Octal | 55 | 125 | 101 | 57 | 0 | 30 | 103 | 226 | 37 | 31 |
| Binary | 101101 | 1010101 | 1000001 | 101111 | 0 | 11000 | 1000011 | 10010110 | 11111 | 11001 |
Color Harmonies of #2D5541
Complementary color
Monochromatic Colors of #2D5541
Black with #2D5541
Text Example
Text Example
White with #2D5541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5541; }
p { color: rgb(45,85,65); }
H1.HeaderClassName
{
color: #2D5541;
}
.AnyTagClassName
{
color: #2D5541;
}
</style>
background-color css
<style>
a { background-color: #2D5541; }
a { background-color: rgb(45,85,65); }
div.DivClassName
{
background-color: #2D5541;
}
.BgClassName
{
background-color: #2D5541;
}
</style>
border-color css
<style>
span { border-color: #2D5541; }
span { border-color: rgb(45,85,65); }
td.TdClassName
{
border-color: #2D5541;
}
.TagClassName
{
border-color: #2D5541;
}
</style>