Shades of Green Pea #1F6642
Tints of Green Pea #1F6642
RGB
CMYK
RGB Variations
Color information
#1F6642 (or 0x1F6642) is known color: Green Pea. HEX triplet: 1F, 66 and 42. RGB value is (31,102,66). Sum of RGB (Red+Green+Blue) = 31+102+66=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #1F6642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6642 is #E099BD. Grayscale: #4C4C4C. Windows color (decimal): -14719422 or 4351519. OLE color: 4351519.
HSL color Cylindrical-coordinate representation of color #1F6642: hue angle of 149.58º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F6642 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 102 | 66 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.6 |
| HSL | 149.58º | 0.53% | 0.26% | - |
| HSV(B) | 149.58º | 0.7% | 0.4% | - |
| XYZ | 6.3 | 10.19 | 6.79 | - |
| YUV | 76.67 | 121.98 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 66 | 0.70 | 0 | 0.35 | 0.6 | 149.58 | 0.53 | 0.26 |
| Hex | 1F | 66 | 42 | 46 | 0 | 23 | 3C | 96 | 35 | 1A |
| Octal | 37 | 146 | 102 | 106 | 0 | 43 | 74 | 226 | 65 | 32 |
| Binary | 11111 | 1100110 | 1000010 | 1000110 | 0 | 100011 | 111100 | 10010110 | 110101 | 11010 |
Color Harmonies of #1F6642
Complementary color
Monochromatic Colors of #1F6642
Black with #1F6642
Text Example
Text Example
White with #1F6642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6642; }
p { color: rgb(31,102,66); }
H1.HeaderClassName
{
color: #1F6642;
}
.AnyTagClassName
{
color: #1F6642;
}
</style>
background-color css
<style>
a { background-color: #1F6642; }
a { background-color: rgb(31,102,66); }
div.DivClassName
{
background-color: #1F6642;
}
.BgClassName
{
background-color: #1F6642;
}
</style>
border-color css
<style>
span { border-color: #1F6642; }
span { border-color: rgb(31,102,66); }
td.TdClassName
{
border-color: #1F6642;
}
.TagClassName
{
border-color: #1F6642;
}
</style>