Shades of Green Pea #1F653F
Tints of Green Pea #1F653F
RGB
CMYK
RGB Variations
Color information
#1F653F (or 0x1F653F) is known color: Green Pea. HEX triplet: 1F, 65 and 3F. RGB value is (31,101,63). Sum of RGB (Red+Green+Blue) = 31+101+63=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #1F653F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F653F is #E09AC0. Grayscale: #4B4B4B. Windows color (decimal): -14719681 or 4154655. OLE color: 4154655.
HSL color Cylindrical-coordinate representation of color #1F653F: hue angle of 147.43º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F653F is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 101 | 63 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.60 |
| HSL | 147.43º | 0.53% | 0.26% | - |
| HSV(B) | 147.43º | 0.69% | 0.4% | - |
| XYZ | 6.12 | 9.96 | 6.3 | - |
| YUV | 75.74 | 120.81 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 63 | 0.69 | 0 | 0.38 | 0.60 | 147.43 | 0.53 | 0.26 |
| Hex | 1F | 65 | 3F | 45 | 0 | 26 | 3C | 93 | 35 | 1A |
| Octal | 37 | 145 | 77 | 105 | 0 | 46 | 74 | 223 | 65 | 32 |
| Binary | 11111 | 1100101 | 111111 | 1000101 | 0 | 100110 | 111100 | 10010011 | 110101 | 11010 |
Color Harmonies of #1F653F
Complementary color
Monochromatic Colors of #1F653F
Black with #1F653F
Text Example
Text Example
White with #1F653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F653F; }
p { color: rgb(31,101,63); }
H1.HeaderClassName
{
color: #1F653F;
}
.AnyTagClassName
{
color: #1F653F;
}
</style>
background-color css
<style>
a { background-color: #1F653F; }
a { background-color: rgb(31,101,63); }
div.DivClassName
{
background-color: #1F653F;
}
.BgClassName
{
background-color: #1F653F;
}
</style>
border-color css
<style>
span { border-color: #1F653F; }
span { border-color: rgb(31,101,63); }
td.TdClassName
{
border-color: #1F653F;
}
.TagClassName
{
border-color: #1F653F;
}
</style>