Shades of Green Pea #1F6246
Tints of Green Pea #1F6246
RGB
CMYK
RGB Variations
Color information
#1F6246 (or 0x1F6246) is known color: Green Pea. HEX triplet: 1F, 62 and 46. RGB value is (31,98,70). Sum of RGB (Red+Green+Blue) = 31+98+70=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #1F6246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6246 is #E09DB9. Grayscale: #4A4A4A. Windows color (decimal): -14720442 or 4612639. OLE color: 4612639.
HSL color Cylindrical-coordinate representation of color #1F6246: hue angle of 154.93º degrees, saturation: 0.52, 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 #1F6246 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 98 | 70 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.62 |
| HSL | 154.93º | 0.52% | 0.25% | - |
| HSV(B) | 154.93º | 0.68% | 0.38% | - |
| XYZ | 6.04 | 9.47 | 7.3 | - |
| YUV | 74.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 70 | 0.68 | 0 | 0.29 | 0.62 | 154.93 | 0.52 | 0.25 |
| Hex | 1F | 62 | 46 | 44 | 0 | 1D | 3E | 9B | 34 | 19 |
| Octal | 37 | 142 | 106 | 104 | 0 | 35 | 76 | 233 | 64 | 31 |
| Binary | 11111 | 1100010 | 1000110 | 1000100 | 0 | 11101 | 111110 | 10011011 | 110100 | 11001 |
Color Harmonies of #1F6246
Complementary color
Monochromatic Colors of #1F6246
Black with #1F6246
Text Example
Text Example
White with #1F6246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6246; }
p { color: rgb(31,98,70); }
H1.HeaderClassName
{
color: #1F6246;
}
.AnyTagClassName
{
color: #1F6246;
}
</style>
background-color css
<style>
a { background-color: #1F6246; }
a { background-color: rgb(31,98,70); }
div.DivClassName
{
background-color: #1F6246;
}
.BgClassName
{
background-color: #1F6246;
}
</style>
border-color css
<style>
span { border-color: #1F6246; }
span { border-color: rgb(31,98,70); }
td.TdClassName
{
border-color: #1F6246;
}
.TagClassName
{
border-color: #1F6246;
}
</style>