Shades of Green Pea #1F663D
Tints of Green Pea #1F663D
RGB
CMYK
RGB Variations
Color information
#1F663D (or 0x1F663D) is known color: Green Pea. HEX triplet: 1F, 66 and 3D. RGB value is (31,102,61). Sum of RGB (Red+Green+Blue) = 31+102+61=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #1F663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F663D is #E099C2. Grayscale: #4C4C4C. Windows color (decimal): -14719427 or 4023839. OLE color: 4023839.
HSL color Cylindrical-coordinate representation of color #1F663D: hue angle of 145.35º 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 #1F663D is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 102 | 61 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.6 |
| HSL | 145.35º | 0.53% | 0.26% | - |
| HSV(B) | 145.35º | 0.7% | 0.4% | - |
| XYZ | 6.16 | 10.13 | 6.05 | - |
| YUV | 76.1 | 119.48 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 61 | 0.70 | 0 | 0.40 | 0.6 | 145.35 | 0.53 | 0.26 |
| Hex | 1F | 66 | 3D | 46 | 0 | 28 | 3C | 91 | 35 | 1A |
| Octal | 37 | 146 | 75 | 106 | 0 | 50 | 74 | 221 | 65 | 32 |
| Binary | 11111 | 1100110 | 111101 | 1000110 | 0 | 101000 | 111100 | 10010001 | 110101 | 11010 |
Color Harmonies of #1F663D
Complementary color
Monochromatic Colors of #1F663D
Black with #1F663D
Text Example
Text Example
White with #1F663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F663D; }
p { color: rgb(31,102,61); }
H1.HeaderClassName
{
color: #1F663D;
}
.AnyTagClassName
{
color: #1F663D;
}
</style>
background-color css
<style>
a { background-color: #1F663D; }
a { background-color: rgb(31,102,61); }
div.DivClassName
{
background-color: #1F663D;
}
.BgClassName
{
background-color: #1F663D;
}
</style>
border-color css
<style>
span { border-color: #1F663D; }
span { border-color: rgb(31,102,61); }
td.TdClassName
{
border-color: #1F663D;
}
.TagClassName
{
border-color: #1F663D;
}
</style>