Shades of Green Pea #1F6142
Tints of Green Pea #1F6142
RGB
CMYK
RGB Variations
Color information
#1F6142 (or 0x1F6142) is known color: Green Pea. HEX triplet: 1F, 61 and 42. RGB value is (31,97,66). Sum of RGB (Red+Green+Blue) = 31+97+66=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #1F6142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6142 is #E09EBD. Grayscale: #494949. Windows color (decimal): -14720702 or 4350239. OLE color: 4350239.
HSL color Cylindrical-coordinate representation of color #1F6142: hue angle of 151.82º 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 #1F6142 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 97 | 66 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.62 |
| HSL | 151.82º | 0.52% | 0.25% | - |
| HSV(B) | 151.82º | 0.68% | 0.38% | - |
| XYZ | 5.82 | 9.23 | 6.63 | - |
| YUV | 73.73 | 123.63 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 97 | 66 | 0.68 | 0 | 0.32 | 0.62 | 151.82 | 0.52 | 0.25 |
| Hex | 1F | 61 | 42 | 44 | 0 | 20 | 3E | 98 | 34 | 19 |
| Octal | 37 | 141 | 102 | 104 | 0 | 40 | 76 | 230 | 64 | 31 |
| Binary | 11111 | 1100001 | 1000010 | 1000100 | 0 | 100000 | 111110 | 10011000 | 110100 | 11001 |
Color Harmonies of #1F6142
Complementary color
Monochromatic Colors of #1F6142
Black with #1F6142
Text Example
Text Example
White with #1F6142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6142; }
p { color: rgb(31,97,66); }
H1.HeaderClassName
{
color: #1F6142;
}
.AnyTagClassName
{
color: #1F6142;
}
</style>
background-color css
<style>
a { background-color: #1F6142; }
a { background-color: rgb(31,97,66); }
div.DivClassName
{
background-color: #1F6142;
}
.BgClassName
{
background-color: #1F6142;
}
</style>
border-color css
<style>
span { border-color: #1F6142; }
span { border-color: rgb(31,97,66); }
td.TdClassName
{
border-color: #1F6142;
}
.TagClassName
{
border-color: #1F6142;
}
</style>