Shades of Green Pea #1F6946
Tints of Green Pea #1F6946
RGB
CMYK
RGB Variations
Color information
#1F6946 (or 0x1F6946) is known color: Green Pea. HEX triplet: 1F, 69 and 46. RGB value is (31,105,70). Sum of RGB (Red+Green+Blue) = 31+105+70=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #1F6946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6946 is #E096B9. Grayscale: #4E4E4E. Windows color (decimal): -14718650 or 4614431. OLE color: 4614431.
HSL color Cylindrical-coordinate representation of color #1F6946: hue angle of 151.62º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F6946 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 105 | 70 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.59 |
| HSL | 151.62º | 0.54% | 0.27% | - |
| HSV(B) | 151.62º | 0.7% | 0.41% | - |
| XYZ | 6.72 | 10.84 | 7.53 | - |
| YUV | 78.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 70 | 0.70 | 0 | 0.33 | 0.59 | 151.62 | 0.54 | 0.27 |
| Hex | 1F | 69 | 46 | 46 | 0 | 21 | 3B | 98 | 36 | 1B |
| Octal | 37 | 151 | 106 | 106 | 0 | 41 | 73 | 230 | 66 | 33 |
| Binary | 11111 | 1101001 | 1000110 | 1000110 | 0 | 100001 | 111011 | 10011000 | 110110 | 11011 |
Color Harmonies of #1F6946
Complementary color
Monochromatic Colors of #1F6946
Black with #1F6946
Text Example
Text Example
White with #1F6946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6946; }
p { color: rgb(31,105,70); }
H1.HeaderClassName
{
color: #1F6946;
}
.AnyTagClassName
{
color: #1F6946;
}
</style>
background-color css
<style>
a { background-color: #1F6946; }
a { background-color: rgb(31,105,70); }
div.DivClassName
{
background-color: #1F6946;
}
.BgClassName
{
background-color: #1F6946;
}
</style>
border-color css
<style>
span { border-color: #1F6946; }
span { border-color: rgb(31,105,70); }
td.TdClassName
{
border-color: #1F6946;
}
.TagClassName
{
border-color: #1F6946;
}
</style>