Shades of Green Pea #1F5842
Tints of Green Pea #1F5842
RGB
CMYK
RGB Variations
Color information
#1F5842 (or 0x1F5842) is known color: Green Pea. HEX triplet: 1F, 58 and 42. RGB value is (31,88,66). Sum of RGB (Red+Green+Blue) = 31+88+66=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #1F5842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5842 is #E0A7BD. Grayscale: #444444. Windows color (decimal): -14723006 or 4347935. OLE color: 4347935.
HSL color Cylindrical-coordinate representation of color #1F5842: hue angle of 156.84º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F5842 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 88 | 66 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.65 |
| HSL | 156.84º | 0.48% | 0.23% | - |
| HSV(B) | 156.84º | 0.65% | 0.35% | - |
| XYZ | 5.04 | 7.66 | 6.37 | - |
| YUV | 68.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 88 | 66 | 0.65 | 0 | 0.25 | 0.65 | 156.84 | 0.48 | 0.23 |
| Hex | 1F | 58 | 42 | 41 | 0 | 19 | 41 | 9D | 30 | 17 |
| Octal | 37 | 130 | 102 | 101 | 0 | 31 | 101 | 235 | 60 | 27 |
| Binary | 11111 | 1011000 | 1000010 | 1000001 | 0 | 11001 | 1000001 | 10011101 | 110000 | 10111 |
Color Harmonies of #1F5842
Complementary color
Monochromatic Colors of #1F5842
Black with #1F5842
Text Example
Text Example
White with #1F5842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5842; }
p { color: rgb(31,88,66); }
H1.HeaderClassName
{
color: #1F5842;
}
.AnyTagClassName
{
color: #1F5842;
}
</style>
background-color css
<style>
a { background-color: #1F5842; }
a { background-color: rgb(31,88,66); }
div.DivClassName
{
background-color: #1F5842;
}
.BgClassName
{
background-color: #1F5842;
}
</style>
border-color css
<style>
span { border-color: #1F5842; }
span { border-color: rgb(31,88,66); }
td.TdClassName
{
border-color: #1F5842;
}
.TagClassName
{
border-color: #1F5842;
}
</style>