Shades of Green Pea #1F603A
Tints of Green Pea #1F603A
RGB
CMYK
RGB Variations
Color information
#1F603A (or 0x1F603A) is known color: Green Pea. HEX triplet: 1F, 60 and 3A. RGB value is (31,96,58). Sum of RGB (Red+Green+Blue) = 31+96+58=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #1F603A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F603A is #E09FC5. Grayscale: #484848. Windows color (decimal): -14720966 or 3825695. OLE color: 3825695.
HSL color Cylindrical-coordinate representation of color #1F603A: hue angle of 144.92º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F603A is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 96 | 58 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.62 |
| HSL | 144.92º | 0.51% | 0.25% | - |
| HSV(B) | 144.92º | 0.68% | 0.38% | - |
| XYZ | 5.51 | 8.96 | 5.44 | - |
| YUV | 72.23 | 119.97 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 58 | 0.68 | 0 | 0.40 | 0.62 | 144.92 | 0.51 | 0.25 |
| Hex | 1F | 60 | 3A | 44 | 0 | 28 | 3E | 91 | 33 | 19 |
| Octal | 37 | 140 | 72 | 104 | 0 | 50 | 76 | 221 | 63 | 31 |
| Binary | 11111 | 1100000 | 111010 | 1000100 | 0 | 101000 | 111110 | 10010001 | 110011 | 11001 |
Color Harmonies of #1F603A
Complementary color
Monochromatic Colors of #1F603A
Black with #1F603A
Text Example
Text Example
White with #1F603A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F603A; }
p { color: rgb(31,96,58); }
H1.HeaderClassName
{
color: #1F603A;
}
.AnyTagClassName
{
color: #1F603A;
}
</style>
background-color css
<style>
a { background-color: #1F603A; }
a { background-color: rgb(31,96,58); }
div.DivClassName
{
background-color: #1F603A;
}
.BgClassName
{
background-color: #1F603A;
}
</style>
border-color css
<style>
span { border-color: #1F603A; }
span { border-color: rgb(31,96,58); }
td.TdClassName
{
border-color: #1F603A;
}
.TagClassName
{
border-color: #1F603A;
}
</style>