Shades of Green Pea #2D5E46
Tints of Green Pea #2D5E46
RGB
CMYK
RGB Variations
Color information
#2D5E46 (or 0x2D5E46) is known color: Green Pea. HEX triplet: 2D, 5E and 46. RGB value is (45,94,70). Sum of RGB (Red+Green+Blue) = 45+94+70=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 94 - color contains mainly: green. Hex color #2D5E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5E46 is #D2A1B9. Grayscale: #4C4C4C. Windows color (decimal): -13803962 or 4611629. OLE color: 4611629.
HSL color Cylindrical-coordinate representation of color #2D5E46: hue angle of 150.61º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D5E46 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
RGB | 45 | 94 | 70 | - |
CMYK | 0.52 | 0 | 0.26 | 0.63 |
HSL | 150.61º | 0.35% | 0.27% | - |
HSV(B) | 150.61º | 0.52% | 0.37% | - |
XYZ | 6.19 | 9.01 | 7.21 | - |
YUV | 76.61 | 124.27 | 105.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 94 | 70 | 0.52 | 0 | 0.26 | 0.63 | 150.61 | 0.35 | 0.27 |
Hex | 2D | 5E | 46 | 34 | 0 | 1A | 3F | 97 | 23 | 1B |
Octal | 55 | 136 | 106 | 64 | 0 | 32 | 77 | 227 | 43 | 33 |
Binary | 101101 | 1011110 | 1000110 | 110100 | 0 | 11010 | 111111 | 10010111 | 100011 | 11011 |
Color Harmonies of #2D5E46
Complementary color
Monochromatic Colors of #2D5E46
Black with #2D5E46
Text Example
Text Example
White with #2D5E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5E46; }
p { color: rgb(45,94,70); }
H1.HeaderClassName
{
color: #2D5E46;
}
.AnyTagClassName
{
color: #2D5E46;
}
</style>
background-color css
<style>
a { background-color: #2D5E46; }
a { background-color: rgb(45,94,70); }
div.DivClassName
{
background-color: #2D5E46;
}
.BgClassName
{
background-color: #2D5E46;
}
</style>
border-color css
<style>
span { border-color: #2D5E46; }
span { border-color: rgb(45,94,70); }
td.TdClassName
{
border-color: #2D5E46;
}
.TagClassName
{
border-color: #2D5E46;
}
</style>