Shades of Green Pea #256241
Tints of Green Pea #256241
RGB
CMYK
RGB Variations
Color information
#256241 (or 0x256241) is known color: Green Pea. HEX triplet: 25, 62 and 41. RGB value is (37,98,65). Sum of RGB (Red+Green+Blue) = 37+98+65=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #256241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256241 is #DA9DBE. Grayscale: #4C4C4C. Windows color (decimal): -14327231 or 4284965. OLE color: 4284965.
HSL color Cylindrical-coordinate representation of color #256241: hue angle of 147.54º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #256241 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 98 | 65 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.62 |
| HSL | 147.54º | 0.45% | 0.26% | - |
| HSV(B) | 147.54º | 0.62% | 0.38% | - |
| XYZ | 6.08 | 9.51 | 6.52 | - |
| YUV | 76 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 65 | 0.62 | 0 | 0.34 | 0.62 | 147.54 | 0.45 | 0.26 |
| Hex | 25 | 62 | 41 | 3E | 0 | 22 | 3E | 94 | 2D | 1A |
| Octal | 45 | 142 | 101 | 76 | 0 | 42 | 76 | 224 | 55 | 32 |
| Binary | 100101 | 1100010 | 1000001 | 111110 | 0 | 100010 | 111110 | 10010100 | 101101 | 11010 |
Color Harmonies of #256241
Complementary color
Monochromatic Colors of #256241
Black with #256241
Text Example
Text Example
White with #256241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256241; }
p { color: rgb(37,98,65); }
H1.HeaderClassName
{
color: #256241;
}
.AnyTagClassName
{
color: #256241;
}
</style>
background-color css
<style>
a { background-color: #256241; }
a { background-color: rgb(37,98,65); }
div.DivClassName
{
background-color: #256241;
}
.BgClassName
{
background-color: #256241;
}
</style>
border-color css
<style>
span { border-color: #256241; }
span { border-color: rgb(37,98,65); }
td.TdClassName
{
border-color: #256241;
}
.TagClassName
{
border-color: #256241;
}
</style>