Shades of Green Pea #1F603D
Tints of Green Pea #1F603D
RGB
CMYK
RGB Variations
Color information
#1F603D (or 0x1F603D) is known color: Green Pea. HEX triplet: 1F, 60 and 3D. RGB value is (31,96,61). Sum of RGB (Red+Green+Blue) = 31+96+61=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #1F603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F603D is #E09FC2. Grayscale: #484848. Windows color (decimal): -14720963 or 4022303. OLE color: 4022303.
HSL color Cylindrical-coordinate representation of color #1F603D: hue angle of 147.69º 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 #1F603D is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 96 | 61 | - |
| CMYK | 0.68 | 0 | 0.36 | 0.62 |
| HSL | 147.69º | 0.51% | 0.25% | - |
| HSV(B) | 147.69º | 0.68% | 0.38% | - |
| XYZ | 5.59 | 8.99 | 5.86 | - |
| YUV | 72.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 61 | 0.68 | 0 | 0.36 | 0.62 | 147.69 | 0.51 | 0.25 |
| Hex | 1F | 60 | 3D | 44 | 0 | 24 | 3E | 94 | 33 | 19 |
| Octal | 37 | 140 | 75 | 104 | 0 | 44 | 76 | 224 | 63 | 31 |
| Binary | 11111 | 1100000 | 111101 | 1000100 | 0 | 100100 | 111110 | 10010100 | 110011 | 11001 |
Color Harmonies of #1F603D
Complementary color
Monochromatic Colors of #1F603D
Black with #1F603D
Text Example
Text Example
White with #1F603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F603D; }
p { color: rgb(31,96,61); }
H1.HeaderClassName
{
color: #1F603D;
}
.AnyTagClassName
{
color: #1F603D;
}
</style>
background-color css
<style>
a { background-color: #1F603D; }
a { background-color: rgb(31,96,61); }
div.DivClassName
{
background-color: #1F603D;
}
.BgClassName
{
background-color: #1F603D;
}
</style>
border-color css
<style>
span { border-color: #1F603D; }
span { border-color: rgb(31,96,61); }
td.TdClassName
{
border-color: #1F603D;
}
.TagClassName
{
border-color: #1F603D;
}
</style>