Shades of Green Pea #1F603F
Tints of Green Pea #1F603F
RGB
CMYK
RGB Variations
Color information
#1F603F (or 0x1F603F) is known color: Green Pea. HEX triplet: 1F, 60 and 3F. RGB value is (31,96,63). Sum of RGB (Red+Green+Blue) = 31+96+63=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #1F603F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F603F is #E09FC0. Grayscale: #484848. Windows color (decimal): -14720961 or 4153375. OLE color: 4153375.
HSL color Cylindrical-coordinate representation of color #1F603F: hue angle of 149.54º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F603F is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 96 | 63 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.62 |
| HSL | 149.54º | 0.51% | 0.25% | - |
| HSV(B) | 149.54º | 0.68% | 0.38% | - |
| XYZ | 5.65 | 9.02 | 6.15 | - |
| YUV | 72.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 63 | 0.68 | 0 | 0.34 | 0.62 | 149.54 | 0.51 | 0.25 |
| Hex | 1F | 60 | 3F | 44 | 0 | 22 | 3E | 96 | 33 | 19 |
| Octal | 37 | 140 | 77 | 104 | 0 | 42 | 76 | 226 | 63 | 31 |
| Binary | 11111 | 1100000 | 111111 | 1000100 | 0 | 100010 | 111110 | 10010110 | 110011 | 11001 |
Color Harmonies of #1F603F
Complementary color
Monochromatic Colors of #1F603F
Black with #1F603F
Text Example
Text Example
White with #1F603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F603F; }
p { color: rgb(31,96,63); }
H1.HeaderClassName
{
color: #1F603F;
}
.AnyTagClassName
{
color: #1F603F;
}
</style>
background-color css
<style>
a { background-color: #1F603F; }
a { background-color: rgb(31,96,63); }
div.DivClassName
{
background-color: #1F603F;
}
.BgClassName
{
background-color: #1F603F;
}
</style>
border-color css
<style>
span { border-color: #1F603F; }
span { border-color: rgb(31,96,63); }
td.TdClassName
{
border-color: #1F603F;
}
.TagClassName
{
border-color: #1F603F;
}
</style>