Shades of Green Pea #1F5A3F
Tints of Green Pea #1F5A3F
RGB
CMYK
RGB Variations
Color information
#1F5A3F (or 0x1F5A3F) is known color: Green Pea. HEX triplet: 1F, 5A and 3F. RGB value is (31,90,63). Sum of RGB (Red+Green+Blue) = 31+90+63=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 90 - color contains mainly: green. Hex color #1F5A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5A3F is #E0A5C0. Grayscale: #454545. Windows color (decimal): -14722497 or 4151839. OLE color: 4151839.
HSL color Cylindrical-coordinate representation of color #1F5A3F: hue angle of 152.54º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5A3F is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 90 | 63 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.65 |
| HSL | 152.54º | 0.49% | 0.24% | - |
| HSV(B) | 152.54º | 0.66% | 0.35% | - |
| XYZ | 5.12 | 7.96 | 5.97 | - |
| YUV | 69.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 90 | 63 | 0.66 | 0 | 0.30 | 0.65 | 152.54 | 0.49 | 0.24 |
| Hex | 1F | 5A | 3F | 42 | 0 | 1E | 41 | 99 | 31 | 18 |
| Octal | 37 | 132 | 77 | 102 | 0 | 36 | 101 | 231 | 61 | 30 |
| Binary | 11111 | 1011010 | 111111 | 1000010 | 0 | 11110 | 1000001 | 10011001 | 110001 | 11000 |
Color Harmonies of #1F5A3F
Complementary color
Monochromatic Colors of #1F5A3F
Black with #1F5A3F
Text Example
Text Example
White with #1F5A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5A3F; }
p { color: rgb(31,90,63); }
H1.HeaderClassName
{
color: #1F5A3F;
}
.AnyTagClassName
{
color: #1F5A3F;
}
</style>
background-color css
<style>
a { background-color: #1F5A3F; }
a { background-color: rgb(31,90,63); }
div.DivClassName
{
background-color: #1F5A3F;
}
.BgClassName
{
background-color: #1F5A3F;
}
</style>
border-color css
<style>
span { border-color: #1F5A3F; }
span { border-color: rgb(31,90,63); }
td.TdClassName
{
border-color: #1F5A3F;
}
.TagClassName
{
border-color: #1F5A3F;
}
</style>