Shades of Green Pea #1F6440
Tints of Green Pea #1F6440
RGB
CMYK
RGB Variations
Color information
#1F6440 (or 0x1F6440) is known color: Green Pea. HEX triplet: 1F, 64 and 40. RGB value is (31,100,64). Sum of RGB (Red+Green+Blue) = 31+100+64=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #1F6440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6440 is #E09BBF. Grayscale: #4B4B4B. Windows color (decimal): -14719936 or 4219935. OLE color: 4219935.
HSL color Cylindrical-coordinate representation of color #1F6440: hue angle of 148.7º 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 #1F6440 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 100 | 64 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.61 |
| HSL | 148.7º | 0.53% | 0.26% | - |
| HSV(B) | 148.7º | 0.69% | 0.39% | - |
| XYZ | 6.05 | 9.78 | 6.42 | - |
| YUV | 75.27 | 121.64 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 100 | 64 | 0.69 | 0 | 0.36 | 0.61 | 148.7 | 0.53 | 0.26 |
| Hex | 1F | 64 | 40 | 45 | 0 | 24 | 3D | 95 | 35 | 1A |
| Octal | 37 | 144 | 100 | 105 | 0 | 44 | 75 | 225 | 65 | 32 |
| Binary | 11111 | 1100100 | 1000000 | 1000101 | 0 | 100100 | 111101 | 10010101 | 110101 | 11010 |
Color Harmonies of #1F6440
Complementary color
Monochromatic Colors of #1F6440
Black with #1F6440
Text Example
Text Example
White with #1F6440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6440; }
p { color: rgb(31,100,64); }
H1.HeaderClassName
{
color: #1F6440;
}
.AnyTagClassName
{
color: #1F6440;
}
</style>
background-color css
<style>
a { background-color: #1F6440; }
a { background-color: rgb(31,100,64); }
div.DivClassName
{
background-color: #1F6440;
}
.BgClassName
{
background-color: #1F6440;
}
</style>
border-color css
<style>
span { border-color: #1F6440; }
span { border-color: rgb(31,100,64); }
td.TdClassName
{
border-color: #1F6440;
}
.TagClassName
{
border-color: #1F6440;
}
</style>