Shades of Green Pea #1F663E
Tints of Green Pea #1F663E
RGB
CMYK
RGB Variations
Color information
#1F663E (or 0x1F663E) is known color: Green Pea. HEX triplet: 1F, 66 and 3E. RGB value is (31,102,62). Sum of RGB (Red+Green+Blue) = 31+102+62=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #1F663E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F663E is #E099C1. Grayscale: #4C4C4C. Windows color (decimal): -14719426 or 4089375. OLE color: 4089375.
HSL color Cylindrical-coordinate representation of color #1F663E: hue angle of 146.2º degrees, saturation: 0.53, 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 #1F663E is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 102 | 62 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.6 |
| HSL | 146.2º | 0.53% | 0.26% | - |
| HSV(B) | 146.2º | 0.7% | 0.4% | - |
| XYZ | 6.19 | 10.14 | 6.19 | - |
| YUV | 76.21 | 119.98 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 62 | 0.70 | 0 | 0.39 | 0.6 | 146.2 | 0.53 | 0.26 |
| Hex | 1F | 66 | 3E | 46 | 0 | 27 | 3C | 92 | 35 | 1A |
| Octal | 37 | 146 | 76 | 106 | 0 | 47 | 74 | 222 | 65 | 32 |
| Binary | 11111 | 1100110 | 111110 | 1000110 | 0 | 100111 | 111100 | 10010010 | 110101 | 11010 |
Color Harmonies of #1F663E
Complementary color
Monochromatic Colors of #1F663E
Black with #1F663E
Text Example
Text Example
White with #1F663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F663E; }
p { color: rgb(31,102,62); }
H1.HeaderClassName
{
color: #1F663E;
}
.AnyTagClassName
{
color: #1F663E;
}
</style>
background-color css
<style>
a { background-color: #1F663E; }
a { background-color: rgb(31,102,62); }
div.DivClassName
{
background-color: #1F663E;
}
.BgClassName
{
background-color: #1F663E;
}
</style>
border-color css
<style>
span { border-color: #1F663E; }
span { border-color: rgb(31,102,62); }
td.TdClassName
{
border-color: #1F663E;
}
.TagClassName
{
border-color: #1F663E;
}
</style>