Shades of Green Pea #1F5B3E
Tints of Green Pea #1F5B3E
RGB
CMYK
RGB Variations
Color information
#1F5B3E (or 0x1F5B3E) is known color: Green Pea. HEX triplet: 1F, 5B and 3E. RGB value is (31,91,62). Sum of RGB (Red+Green+Blue) = 31+91+62=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 91 (35.94% from 255 or 49.46% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 91 - color contains mainly: green. Hex color #1F5B3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5B3E is #E0A4C1. Grayscale: #454545. Windows color (decimal): -14722242 or 4086559. OLE color: 4086559.
HSL color Cylindrical-coordinate representation of color #1F5B3E: hue angle of 151º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5B3E is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 91 | 62 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.64 |
| HSL | 151º | 0.49% | 0.24% | - |
| HSV(B) | 151º | 0.66% | 0.36% | - |
| XYZ | 5.18 | 8.12 | 5.85 | - |
| YUV | 69.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 91 | 62 | 0.66 | 0 | 0.32 | 0.64 | 151 | 0.49 | 0.24 |
| Hex | 1F | 5B | 3E | 42 | 0 | 20 | 40 | 97 | 31 | 18 |
| Octal | 37 | 133 | 76 | 102 | 0 | 40 | 100 | 227 | 61 | 30 |
| Binary | 11111 | 1011011 | 111110 | 1000010 | 0 | 100000 | 1000000 | 10010111 | 110001 | 11000 |
Color Harmonies of #1F5B3E
Complementary color
Monochromatic Colors of #1F5B3E
Black with #1F5B3E
Text Example
Text Example
White with #1F5B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5B3E; }
p { color: rgb(31,91,62); }
H1.HeaderClassName
{
color: #1F5B3E;
}
.AnyTagClassName
{
color: #1F5B3E;
}
</style>
background-color css
<style>
a { background-color: #1F5B3E; }
a { background-color: rgb(31,91,62); }
div.DivClassName
{
background-color: #1F5B3E;
}
.BgClassName
{
background-color: #1F5B3E;
}
</style>
border-color css
<style>
span { border-color: #1F5B3E; }
span { border-color: rgb(31,91,62); }
td.TdClassName
{
border-color: #1F5B3E;
}
.TagClassName
{
border-color: #1F5B3E;
}
</style>