Shades of Green Pea #1F5940
Tints of Green Pea #1F5940
RGB
CMYK
RGB Variations
Color information
#1F5940 (or 0x1F5940) is known color: Green Pea. HEX triplet: 1F, 59 and 40. RGB value is (31,89,64). Sum of RGB (Red+Green+Blue) = 31+89+64=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #1F5940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5940 is #E0A6BF. Grayscale: #444444. Windows color (decimal): -14722752 or 4217119. OLE color: 4217119.
HSL color Cylindrical-coordinate representation of color #1F5940: hue angle of 154.14º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F5940 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 89 | 64 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.65 |
| HSL | 154.14º | 0.48% | 0.24% | - |
| HSV(B) | 154.14º | 0.65% | 0.35% | - |
| XYZ | 5.06 | 7.81 | 6.09 | - |
| YUV | 68.81 | 125.28 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 64 | 0.65 | 0 | 0.28 | 0.65 | 154.14 | 0.48 | 0.24 |
| Hex | 1F | 59 | 40 | 41 | 0 | 1C | 41 | 9A | 30 | 18 |
| Octal | 37 | 131 | 100 | 101 | 0 | 34 | 101 | 232 | 60 | 30 |
| Binary | 11111 | 1011001 | 1000000 | 1000001 | 0 | 11100 | 1000001 | 10011010 | 110000 | 11000 |
Color Harmonies of #1F5940
Complementary color
Monochromatic Colors of #1F5940
Black with #1F5940
Text Example
Text Example
White with #1F5940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5940; }
p { color: rgb(31,89,64); }
H1.HeaderClassName
{
color: #1F5940;
}
.AnyTagClassName
{
color: #1F5940;
}
</style>
background-color css
<style>
a { background-color: #1F5940; }
a { background-color: rgb(31,89,64); }
div.DivClassName
{
background-color: #1F5940;
}
.BgClassName
{
background-color: #1F5940;
}
</style>
border-color css
<style>
span { border-color: #1F5940; }
span { border-color: rgb(31,89,64); }
td.TdClassName
{
border-color: #1F5940;
}
.TagClassName
{
border-color: #1F5940;
}
</style>