Shades of Green Pea #256141
Tints of Green Pea #256141
RGB
CMYK
RGB Variations
Color information
#256141 (or 0x256141) is known color: Green Pea. HEX triplet: 25, 61 and 41. RGB value is (37,97,65). Sum of RGB (Red+Green+Blue) = 37+97+65=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #256141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256141 is #DA9EBE. Grayscale: #4B4B4B. Windows color (decimal): -14327487 or 4284709. OLE color: 4284709.
HSL color Cylindrical-coordinate representation of color #256141: hue angle of 148º 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 #256141 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 97 | 65 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.62 |
| HSL | 148º | 0.45% | 0.26% | - |
| HSV(B) | 148º | 0.62% | 0.38% | - |
| XYZ | 5.99 | 9.32 | 6.49 | - |
| YUV | 75.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 65 | 0.62 | 0 | 0.33 | 0.62 | 148 | 0.45 | 0.26 |
| Hex | 25 | 61 | 41 | 3E | 0 | 21 | 3E | 94 | 2D | 1A |
| Octal | 45 | 141 | 101 | 76 | 0 | 41 | 76 | 224 | 55 | 32 |
| Binary | 100101 | 1100001 | 1000001 | 111110 | 0 | 100001 | 111110 | 10010100 | 101101 | 11010 |
Color Harmonies of #256141
Complementary color
Monochromatic Colors of #256141
Black with #256141
Text Example
Text Example
White with #256141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256141; }
p { color: rgb(37,97,65); }
H1.HeaderClassName
{
color: #256141;
}
.AnyTagClassName
{
color: #256141;
}
</style>
background-color css
<style>
a { background-color: #256141; }
a { background-color: rgb(37,97,65); }
div.DivClassName
{
background-color: #256141;
}
.BgClassName
{
background-color: #256141;
}
</style>
border-color css
<style>
span { border-color: #256141; }
span { border-color: rgb(37,97,65); }
td.TdClassName
{
border-color: #256141;
}
.TagClassName
{
border-color: #256141;
}
</style>