Shades of Green Pea #1F6742
Tints of Green Pea #1F6742
RGB
CMYK
RGB Variations
Color information
#1F6742 (or 0x1F6742) is known color: Green Pea. HEX triplet: 1F, 67 and 42. RGB value is (31,103,66). Sum of RGB (Red+Green+Blue) = 31+103+66=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #1F6742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6742 is #E098BD. Grayscale: #4D4D4D. Windows color (decimal): -14719166 or 4351775. OLE color: 4351775.
HSL color Cylindrical-coordinate representation of color #1F6742: hue angle of 149.17º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F6742 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 103 | 66 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.60 |
| HSL | 149.17º | 0.54% | 0.26% | - |
| HSV(B) | 149.17º | 0.7% | 0.4% | - |
| XYZ | 6.4 | 10.39 | 6.82 | - |
| YUV | 77.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 66 | 0.70 | 0 | 0.36 | 0.60 | 149.17 | 0.54 | 0.26 |
| Hex | 1F | 67 | 42 | 46 | 0 | 24 | 3C | 95 | 36 | 1A |
| Octal | 37 | 147 | 102 | 106 | 0 | 44 | 74 | 225 | 66 | 32 |
| Binary | 11111 | 1100111 | 1000010 | 1000110 | 0 | 100100 | 111100 | 10010101 | 110110 | 11010 |
Color Harmonies of #1F6742
Complementary color
Monochromatic Colors of #1F6742
Black with #1F6742
Text Example
Text Example
White with #1F6742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6742; }
p { color: rgb(31,103,66); }
H1.HeaderClassName
{
color: #1F6742;
}
.AnyTagClassName
{
color: #1F6742;
}
</style>
background-color css
<style>
a { background-color: #1F6742; }
a { background-color: rgb(31,103,66); }
div.DivClassName
{
background-color: #1F6742;
}
.BgClassName
{
background-color: #1F6742;
}
</style>
border-color css
<style>
span { border-color: #1F6742; }
span { border-color: rgb(31,103,66); }
td.TdClassName
{
border-color: #1F6742;
}
.TagClassName
{
border-color: #1F6742;
}
</style>