Shades of Green Pea #1F5D3E
Tints of Green Pea #1F5D3E
RGB
CMYK
RGB Variations
Color information
#1F5D3E (or 0x1F5D3E) is known color: Green Pea. HEX triplet: 1F, 5D and 3E. RGB value is (31,93,62). Sum of RGB (Red+Green+Blue) = 31+93+62=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5D3E is #E0A2C1. Grayscale: #464646. Windows color (decimal): -14721730 or 4087071. OLE color: 4087071.
HSL color Cylindrical-coordinate representation of color #1F5D3E: hue angle of 150º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5D3E is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 93 | 62 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.64 |
| HSL | 150º | 0.5% | 0.24% | - |
| HSV(B) | 150º | 0.67% | 0.36% | - |
| XYZ | 5.35 | 8.47 | 5.91 | - |
| YUV | 70.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 93 | 62 | 0.67 | 0 | 0.33 | 0.64 | 150 | 0.5 | 0.24 |
| Hex | 1F | 5D | 3E | 43 | 0 | 21 | 40 | 96 | 32 | 18 |
| Octal | 37 | 135 | 76 | 103 | 0 | 41 | 100 | 226 | 62 | 30 |
| Binary | 11111 | 1011101 | 111110 | 1000011 | 0 | 100001 | 1000000 | 10010110 | 110010 | 11000 |
Color Harmonies of #1F5D3E
Complementary color
Monochromatic Colors of #1F5D3E
Black with #1F5D3E
Text Example
Text Example
White with #1F5D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5D3E; }
p { color: rgb(31,93,62); }
H1.HeaderClassName
{
color: #1F5D3E;
}
.AnyTagClassName
{
color: #1F5D3E;
}
</style>
background-color css
<style>
a { background-color: #1F5D3E; }
a { background-color: rgb(31,93,62); }
div.DivClassName
{
background-color: #1F5D3E;
}
.BgClassName
{
background-color: #1F5D3E;
}
</style>
border-color css
<style>
span { border-color: #1F5D3E; }
span { border-color: rgb(31,93,62); }
td.TdClassName
{
border-color: #1F5D3E;
}
.TagClassName
{
border-color: #1F5D3E;
}
</style>