Shades of Green Pea #1F643D
Tints of Green Pea #1F643D
RGB
CMYK
RGB Variations
Color information
#1F643D (or 0x1F643D) is known color: Green Pea. HEX triplet: 1F, 64 and 3D. RGB value is (31,100,61). Sum of RGB (Red+Green+Blue) = 31+100+61=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 100 (39.45% from 255 or 52.08% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 100 - color contains mainly: green. Hex color #1F643D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F643D is #E09BC2. Grayscale: #4B4B4B. Windows color (decimal): -14719939 or 4023327. OLE color: 4023327.
HSL color Cylindrical-coordinate representation of color #1F643D: hue angle of 146.09º 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 #1F643D is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 100 | 61 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.61 |
| HSL | 146.09º | 0.53% | 0.26% | - |
| HSV(B) | 146.09º | 0.69% | 0.39% | - |
| XYZ | 5.96 | 9.74 | 5.98 | - |
| YUV | 74.92 | 120.14 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 100 | 61 | 0.69 | 0 | 0.39 | 0.61 | 146.09 | 0.53 | 0.26 |
| Hex | 1F | 64 | 3D | 45 | 0 | 27 | 3D | 92 | 35 | 1A |
| Octal | 37 | 144 | 75 | 105 | 0 | 47 | 75 | 222 | 65 | 32 |
| Binary | 11111 | 1100100 | 111101 | 1000101 | 0 | 100111 | 111101 | 10010010 | 110101 | 11010 |
Color Harmonies of #1F643D
Complementary color
Monochromatic Colors of #1F643D
Black with #1F643D
Text Example
Text Example
White with #1F643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F643D; }
p { color: rgb(31,100,61); }
H1.HeaderClassName
{
color: #1F643D;
}
.AnyTagClassName
{
color: #1F643D;
}
</style>
background-color css
<style>
a { background-color: #1F643D; }
a { background-color: rgb(31,100,61); }
div.DivClassName
{
background-color: #1F643D;
}
.BgClassName
{
background-color: #1F643D;
}
</style>
border-color css
<style>
span { border-color: #1F643D; }
span { border-color: rgb(31,100,61); }
td.TdClassName
{
border-color: #1F643D;
}
.TagClassName
{
border-color: #1F643D;
}
</style>