Shades of Green Pea #2D5A43
Tints of Green Pea #2D5A43
RGB
CMYK
RGB Variations
Color information
#2D5A43 (or 0x2D5A43) is known color: Green Pea. HEX triplet: 2D, 5A and 43. RGB value is (45,90,67). Sum of RGB (Red+Green+Blue) = 45+90+67=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #2D5A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5A43 is #D2A5BC. Grayscale: #494949. Windows color (decimal): -13804989 or 4413997. OLE color: 4413997.
HSL color Cylindrical-coordinate representation of color #2D5A43: hue angle of 149.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D5A43 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 90 | 67 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.65 |
| HSL | 149.33º | 0.33% | 0.26% | - |
| HSV(B) | 149.33º | 0.5% | 0.35% | - |
| XYZ | 5.75 | 8.28 | 6.6 | - |
| YUV | 73.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 67 | 0.50 | 0 | 0.26 | 0.65 | 149.33 | 0.33 | 0.26 |
| Hex | 2D | 5A | 43 | 32 | 0 | 1A | 41 | 95 | 21 | 1A |
| Octal | 55 | 132 | 103 | 62 | 0 | 32 | 101 | 225 | 41 | 32 |
| Binary | 101101 | 1011010 | 1000011 | 110010 | 0 | 11010 | 1000001 | 10010101 | 100001 | 11010 |
Color Harmonies of #2D5A43
Complementary color
Monochromatic Colors of #2D5A43
Black with #2D5A43
Text Example
Text Example
White with #2D5A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5A43; }
p { color: rgb(45,90,67); }
H1.HeaderClassName
{
color: #2D5A43;
}
.AnyTagClassName
{
color: #2D5A43;
}
</style>
background-color css
<style>
a { background-color: #2D5A43; }
a { background-color: rgb(45,90,67); }
div.DivClassName
{
background-color: #2D5A43;
}
.BgClassName
{
background-color: #2D5A43;
}
</style>
border-color css
<style>
span { border-color: #2D5A43; }
span { border-color: rgb(45,90,67); }
td.TdClassName
{
border-color: #2D5A43;
}
.TagClassName
{
border-color: #2D5A43;
}
</style>