Shades of Green Pea #1F5A40
Tints of Green Pea #1F5A40
RGB
CMYK
RGB Variations
Color information
#1F5A40 (or 0x1F5A40) is known color: Green Pea. HEX triplet: 1F, 5A and 40. RGB value is (31,90,64). Sum of RGB (Red+Green+Blue) = 31+90+64=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #1F5A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5A40 is #E0A5BF. Grayscale: #454545. Windows color (decimal): -14722496 or 4217375. OLE color: 4217375.
HSL color Cylindrical-coordinate representation of color #1F5A40: hue angle of 153.56º 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 #1F5A40 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 90 | 64 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.65 |
| HSL | 153.56º | 0.49% | 0.24% | - |
| HSV(B) | 153.56º | 0.66% | 0.35% | - |
| XYZ | 5.15 | 7.97 | 6.12 | - |
| YUV | 69.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 90 | 64 | 0.66 | 0 | 0.29 | 0.65 | 153.56 | 0.49 | 0.24 |
| Hex | 1F | 5A | 40 | 42 | 0 | 1D | 41 | 9A | 31 | 18 |
| Octal | 37 | 132 | 100 | 102 | 0 | 35 | 101 | 232 | 61 | 30 |
| Binary | 11111 | 1011010 | 1000000 | 1000010 | 0 | 11101 | 1000001 | 10011010 | 110001 | 11000 |
Color Harmonies of #1F5A40
Complementary color
Monochromatic Colors of #1F5A40
Black with #1F5A40
Text Example
Text Example
White with #1F5A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5A40; }
p { color: rgb(31,90,64); }
H1.HeaderClassName
{
color: #1F5A40;
}
.AnyTagClassName
{
color: #1F5A40;
}
</style>
background-color css
<style>
a { background-color: #1F5A40; }
a { background-color: rgb(31,90,64); }
div.DivClassName
{
background-color: #1F5A40;
}
.BgClassName
{
background-color: #1F5A40;
}
</style>
border-color css
<style>
span { border-color: #1F5A40; }
span { border-color: rgb(31,90,64); }
td.TdClassName
{
border-color: #1F5A40;
}
.TagClassName
{
border-color: #1F5A40;
}
</style>