Shades of Green Pea #256142
Tints of Green Pea #256142
RGB
CMYK
RGB Variations
Color information
#256142 (or 0x256142) is known color: Green Pea. HEX triplet: 25, 61 and 42. RGB value is (37,97,66). Sum of RGB (Red+Green+Blue) = 37+97+66=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #256142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256142 is #DA9EBD. Grayscale: #4B4B4B. Windows color (decimal): -14327486 or 4350245. OLE color: 4350245.
HSL color Cylindrical-coordinate representation of color #256142: hue angle of 149º 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 #256142 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 97 | 66 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.62 |
| HSL | 149º | 0.45% | 0.26% | - |
| HSV(B) | 149º | 0.62% | 0.38% | - |
| XYZ | 6.02 | 9.34 | 6.64 | - |
| YUV | 75.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 66 | 0.62 | 0 | 0.32 | 0.62 | 149 | 0.45 | 0.26 |
| Hex | 25 | 61 | 42 | 3E | 0 | 20 | 3E | 95 | 2D | 1A |
| Octal | 45 | 141 | 102 | 76 | 0 | 40 | 76 | 225 | 55 | 32 |
| Binary | 100101 | 1100001 | 1000010 | 111110 | 0 | 100000 | 111110 | 10010101 | 101101 | 11010 |
Color Harmonies of #256142
Complementary color
Monochromatic Colors of #256142
Black with #256142
Text Example
Text Example
White with #256142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256142; }
p { color: rgb(37,97,66); }
H1.HeaderClassName
{
color: #256142;
}
.AnyTagClassName
{
color: #256142;
}
</style>
background-color css
<style>
a { background-color: #256142; }
a { background-color: rgb(37,97,66); }
div.DivClassName
{
background-color: #256142;
}
.BgClassName
{
background-color: #256142;
}
</style>
border-color css
<style>
span { border-color: #256142; }
span { border-color: rgb(37,97,66); }
td.TdClassName
{
border-color: #256142;
}
.TagClassName
{
border-color: #256142;
}
</style>