Shades of Green Pea #1F5E44
Tints of Green Pea #1F5E44
RGB
CMYK
RGB Variations
Color information
#1F5E44 (or 0x1F5E44) is known color: Green Pea. HEX triplet: 1F, 5E and 44. RGB value is (31,94,68). Sum of RGB (Red+Green+Blue) = 31+94+68=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 94 (37.11% from 255 or 48.70% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 94 - color contains mainly: green. Hex color #1F5E44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5E44 is #E0A1BB. Grayscale: #484848. Windows color (decimal): -14721468 or 4480543. OLE color: 4480543.
HSL color Cylindrical-coordinate representation of color #1F5E44: hue angle of 155.24º degrees, saturation: 0.5, 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 #1F5E44 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 94 | 68 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.63 |
| HSL | 155.24º | 0.5% | 0.25% | - |
| HSV(B) | 155.24º | 0.67% | 0.37% | - |
| XYZ | 5.61 | 8.71 | 6.86 | - |
| YUV | 72.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 94 | 68 | 0.67 | 0 | 0.28 | 0.63 | 155.24 | 0.5 | 0.25 |
| Hex | 1F | 5E | 44 | 43 | 0 | 1C | 3F | 9B | 32 | 19 |
| Octal | 37 | 136 | 104 | 103 | 0 | 34 | 77 | 233 | 62 | 31 |
| Binary | 11111 | 1011110 | 1000100 | 1000011 | 0 | 11100 | 111111 | 10011011 | 110010 | 11001 |
Color Harmonies of #1F5E44
Complementary color
Monochromatic Colors of #1F5E44
Black with #1F5E44
Text Example
Text Example
White with #1F5E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5E44; }
p { color: rgb(31,94,68); }
H1.HeaderClassName
{
color: #1F5E44;
}
.AnyTagClassName
{
color: #1F5E44;
}
</style>
background-color css
<style>
a { background-color: #1F5E44; }
a { background-color: rgb(31,94,68); }
div.DivClassName
{
background-color: #1F5E44;
}
.BgClassName
{
background-color: #1F5E44;
}
</style>
border-color css
<style>
span { border-color: #1F5E44; }
span { border-color: rgb(31,94,68); }
td.TdClassName
{
border-color: #1F5E44;
}
.TagClassName
{
border-color: #1F5E44;
}
</style>