Shades of Green Pea #1F5841
Tints of Green Pea #1F5841
RGB
CMYK
RGB Variations
Color information
#1F5841 (or 0x1F5841) is known color: Green Pea. HEX triplet: 1F, 58 and 41. RGB value is (31,88,65). Sum of RGB (Red+Green+Blue) = 31+88+65=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #1F5841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5841 is #E0A7BE. Grayscale: #444444. Windows color (decimal): -14723007 or 4282399. OLE color: 4282399.
HSL color Cylindrical-coordinate representation of color #1F5841: hue angle of 155.79º 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 #1F5841 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 88 | 65 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.65 |
| HSL | 155.79º | 0.48% | 0.23% | - |
| HSV(B) | 155.79º | 0.65% | 0.35% | - |
| XYZ | 5.01 | 7.65 | 6.21 | - |
| YUV | 68.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 88 | 65 | 0.65 | 0 | 0.26 | 0.65 | 155.79 | 0.48 | 0.23 |
| Hex | 1F | 58 | 41 | 41 | 0 | 1A | 41 | 9C | 30 | 17 |
| Octal | 37 | 130 | 101 | 101 | 0 | 32 | 101 | 234 | 60 | 27 |
| Binary | 11111 | 1011000 | 1000001 | 1000001 | 0 | 11010 | 1000001 | 10011100 | 110000 | 10111 |
Color Harmonies of #1F5841
Complementary color
Monochromatic Colors of #1F5841
Black with #1F5841
Text Example
Text Example
White with #1F5841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5841; }
p { color: rgb(31,88,65); }
H1.HeaderClassName
{
color: #1F5841;
}
.AnyTagClassName
{
color: #1F5841;
}
</style>
background-color css
<style>
a { background-color: #1F5841; }
a { background-color: rgb(31,88,65); }
div.DivClassName
{
background-color: #1F5841;
}
.BgClassName
{
background-color: #1F5841;
}
</style>
border-color css
<style>
span { border-color: #1F5841; }
span { border-color: rgb(31,88,65); }
td.TdClassName
{
border-color: #1F5841;
}
.TagClassName
{
border-color: #1F5841;
}
</style>