Shades of Green Pea #2D664B
Tints of Green Pea #2D664B
RGB
CMYK
RGB Variations
Color information
#2D664B (or 0x2D664B) is known color: Green Pea. HEX triplet: 2D, 66 and 4B. RGB value is (45,102,75). Sum of RGB (Red+Green+Blue) = 45+102+75=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #2D664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D664B is #D299B4. Grayscale: #515151. Windows color (decimal): -13801909 or 4941357. OLE color: 4941357.
HSL color Cylindrical-coordinate representation of color #2D664B: hue angle of 151.58º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D664B is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 45 | 102 | 75 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.6 |
| HSL | 151.58º | 0.39% | 0.29% | - |
| HSV(B) | 151.58º | 0.56% | 0.4% | - |
| XYZ | 7.1 | 10.57 | 8.32 | - |
| YUV | 81.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 102 | 75 | 0.56 | 0 | 0.26 | 0.6 | 151.58 | 0.39 | 0.29 |
| Hex | 2D | 66 | 4B | 38 | 0 | 1A | 3C | 98 | 27 | 1D |
| Octal | 55 | 146 | 113 | 70 | 0 | 32 | 74 | 230 | 47 | 35 |
| Binary | 101101 | 1100110 | 1001011 | 111000 | 0 | 11010 | 111100 | 10011000 | 100111 | 11101 |
Color Harmonies of #2D664B
Complementary color
Monochromatic Colors of #2D664B
Black with #2D664B
Text Example
Text Example
White with #2D664B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D664B; }
p { color: rgb(45,102,75); }
H1.HeaderClassName
{
color: #2D664B;
}
.AnyTagClassName
{
color: #2D664B;
}
</style>
background-color css
<style>
a { background-color: #2D664B; }
a { background-color: rgb(45,102,75); }
div.DivClassName
{
background-color: #2D664B;
}
.BgClassName
{
background-color: #2D664B;
}
</style>
border-color css
<style>
span { border-color: #2D664B; }
span { border-color: rgb(45,102,75); }
td.TdClassName
{
border-color: #2D664B;
}
.TagClassName
{
border-color: #2D664B;
}
</style>