Shades of Green Pea #1F5F3F
Tints of Green Pea #1F5F3F
RGB
CMYK
RGB Variations
Color information
#1F5F3F (or 0x1F5F3F) is known color: Green Pea. HEX triplet: 1F, 5F and 3F. RGB value is (31,95,63). Sum of RGB (Red+Green+Blue) = 31+95+63=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 95 (37.5% from 255 or 50.26% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5F3F is #E0A0C0. Grayscale: #484848. Windows color (decimal): -14721217 or 4153119. OLE color: 4153119.
HSL color Cylindrical-coordinate representation of color #1F5F3F: hue angle of 150º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5F3F is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 95 | 63 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.63 |
| HSL | 150º | 0.51% | 0.25% | - |
| HSV(B) | 150º | 0.67% | 0.37% | - |
| XYZ | 5.55 | 8.83 | 6.12 | - |
| YUV | 72.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 63 | 0.67 | 0 | 0.34 | 0.63 | 150 | 0.51 | 0.25 |
| Hex | 1F | 5F | 3F | 43 | 0 | 22 | 3F | 96 | 33 | 19 |
| Octal | 37 | 137 | 77 | 103 | 0 | 42 | 77 | 226 | 63 | 31 |
| Binary | 11111 | 1011111 | 111111 | 1000011 | 0 | 100010 | 111111 | 10010110 | 110011 | 11001 |
Color Harmonies of #1F5F3F
Complementary color
Monochromatic Colors of #1F5F3F
Black with #1F5F3F
Text Example
Text Example
White with #1F5F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5F3F; }
p { color: rgb(31,95,63); }
H1.HeaderClassName
{
color: #1F5F3F;
}
.AnyTagClassName
{
color: #1F5F3F;
}
</style>
background-color css
<style>
a { background-color: #1F5F3F; }
a { background-color: rgb(31,95,63); }
div.DivClassName
{
background-color: #1F5F3F;
}
.BgClassName
{
background-color: #1F5F3F;
}
</style>
border-color css
<style>
span { border-color: #1F5F3F; }
span { border-color: rgb(31,95,63); }
td.TdClassName
{
border-color: #1F5F3F;
}
.TagClassName
{
border-color: #1F5F3F;
}
</style>