Shades of Green Pea #1F6444
Tints of Green Pea #1F6444
RGB
CMYK
RGB Variations
Color information
#1F6444 (or 0x1F6444) is known color: Green Pea. HEX triplet: 1F, 64 and 44. RGB value is (31,100,68). Sum of RGB (Red+Green+Blue) = 31+100+68=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 100 (39.45% from 255 or 50.25% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 100 - color contains mainly: green. Hex color #1F6444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6444 is #E09BBB. Grayscale: #4B4B4B. Windows color (decimal): -14719932 or 4482079. OLE color: 4482079.
HSL color Cylindrical-coordinate representation of color #1F6444: hue angle of 152.17º 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 #1F6444 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 100 | 68 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.61 |
| HSL | 152.17º | 0.53% | 0.26% | - |
| HSV(B) | 152.17º | 0.69% | 0.39% | - |
| XYZ | 6.17 | 9.82 | 7.04 | - |
| YUV | 75.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 100 | 68 | 0.69 | 0 | 0.32 | 0.61 | 152.17 | 0.53 | 0.26 |
| Hex | 1F | 64 | 44 | 45 | 0 | 20 | 3D | 98 | 35 | 1A |
| Octal | 37 | 144 | 104 | 105 | 0 | 40 | 75 | 230 | 65 | 32 |
| Binary | 11111 | 1100100 | 1000100 | 1000101 | 0 | 100000 | 111101 | 10011000 | 110101 | 11010 |
Color Harmonies of #1F6444
Complementary color
Monochromatic Colors of #1F6444
Black with #1F6444
Text Example
Text Example
White with #1F6444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6444; }
p { color: rgb(31,100,68); }
H1.HeaderClassName
{
color: #1F6444;
}
.AnyTagClassName
{
color: #1F6444;
}
</style>
background-color css
<style>
a { background-color: #1F6444; }
a { background-color: rgb(31,100,68); }
div.DivClassName
{
background-color: #1F6444;
}
.BgClassName
{
background-color: #1F6444;
}
</style>
border-color css
<style>
span { border-color: #1F6444; }
span { border-color: rgb(31,100,68); }
td.TdClassName
{
border-color: #1F6444;
}
.TagClassName
{
border-color: #1F6444;
}
</style>