Shades of Green Pea #1F6447
Tints of Green Pea #1F6447
RGB
CMYK
RGB Variations
Color information
#1F6447 (or 0x1F6447) is known color: Green Pea. HEX triplet: 1F, 64 and 47. RGB value is (31,100,71). Sum of RGB (Red+Green+Blue) = 31+100+71=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 100 (39.45% from 255 or 49.50% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 100 - color contains mainly: green. Hex color #1F6447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6447 is #E09BB8. Grayscale: #4C4C4C. Windows color (decimal): -14719929 or 4678687. OLE color: 4678687.
HSL color Cylindrical-coordinate representation of color #1F6447: hue angle of 154.78º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6447 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 100 | 71 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.61 |
| HSL | 154.78º | 0.53% | 0.26% | - |
| HSV(B) | 154.78º | 0.69% | 0.39% | - |
| XYZ | 6.26 | 9.86 | 7.53 | - |
| YUV | 76.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 100 | 71 | 0.69 | 0 | 0.29 | 0.61 | 154.78 | 0.53 | 0.26 |
| Hex | 1F | 64 | 47 | 45 | 0 | 1D | 3D | 9B | 35 | 1A |
| Octal | 37 | 144 | 107 | 105 | 0 | 35 | 75 | 233 | 65 | 32 |
| Binary | 11111 | 1100100 | 1000111 | 1000101 | 0 | 11101 | 111101 | 10011011 | 110101 | 11010 |
Color Harmonies of #1F6447
Complementary color
Monochromatic Colors of #1F6447
Black with #1F6447
Text Example
Text Example
White with #1F6447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6447; }
p { color: rgb(31,100,71); }
H1.HeaderClassName
{
color: #1F6447;
}
.AnyTagClassName
{
color: #1F6447;
}
</style>
background-color css
<style>
a { background-color: #1F6447; }
a { background-color: rgb(31,100,71); }
div.DivClassName
{
background-color: #1F6447;
}
.BgClassName
{
background-color: #1F6447;
}
</style>
border-color css
<style>
span { border-color: #1F6447; }
span { border-color: rgb(31,100,71); }
td.TdClassName
{
border-color: #1F6447;
}
.TagClassName
{
border-color: #1F6447;
}
</style>