Shades of Green Pea #2D624A
Tints of Green Pea #2D624A
RGB
CMYK
RGB Variations
Color information
#2D624A (or 0x2D624A) is known color: Green Pea. HEX triplet: 2D, 62 and 4A. RGB value is (45,98,74). Sum of RGB (Red+Green+Blue) = 45+98+74=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #2D624A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D624A is #D29DB5. Grayscale: #4F4F4F. Windows color (decimal): -13802934 or 4874797. OLE color: 4874797.
HSL color Cylindrical-coordinate representation of color #2D624A: hue angle of 152.83º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D624A is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
RGB | 45 | 98 | 74 | - |
CMYK | 0.54 | 0 | 0.24 | 0.62 |
HSL | 152.83º | 0.37% | 0.28% | - |
HSV(B) | 152.83º | 0.54% | 0.38% | - |
XYZ | 6.69 | 9.79 | 8.02 | - |
YUV | 79.42 | 124.94 | 103.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 98 | 74 | 0.54 | 0 | 0.24 | 0.62 | 152.83 | 0.37 | 0.28 |
Hex | 2D | 62 | 4A | 36 | 0 | 18 | 3E | 99 | 25 | 1C |
Octal | 55 | 142 | 112 | 66 | 0 | 30 | 76 | 231 | 45 | 34 |
Binary | 101101 | 1100010 | 1001010 | 110110 | 0 | 11000 | 111110 | 10011001 | 100101 | 11100 |
Color Harmonies of #2D624A
Complementary color
Monochromatic Colors of #2D624A
Black with #2D624A
Text Example
Text Example
White with #2D624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D624A; }
p { color: rgb(45,98,74); }
H1.HeaderClassName
{
color: #2D624A;
}
.AnyTagClassName
{
color: #2D624A;
}
</style>
background-color css
<style>
a { background-color: #2D624A; }
a { background-color: rgb(45,98,74); }
div.DivClassName
{
background-color: #2D624A;
}
.BgClassName
{
background-color: #2D624A;
}
</style>
border-color css
<style>
span { border-color: #2D624A; }
span { border-color: rgb(45,98,74); }
td.TdClassName
{
border-color: #2D624A;
}
.TagClassName
{
border-color: #2D624A;
}
</style>