Shades of Green Pea #1F583C
Tints of Green Pea #1F583C
RGB
CMYK
RGB Variations
Color information
#1F583C (or 0x1F583C) is known color: Green Pea. HEX triplet: 1F, 58 and 3C. RGB value is (31,88,60). Sum of RGB (Red+Green+Blue) = 31+88+60=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #1F583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F583C is #E0A7C3. Grayscale: #434343. Windows color (decimal): -14723012 or 3954719. OLE color: 3954719.
HSL color Cylindrical-coordinate representation of color #1F583C: hue angle of 150.53º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F583C is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 88 | 60 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.65 |
| HSL | 150.53º | 0.48% | 0.23% | - |
| HSV(B) | 150.53º | 0.65% | 0.35% | - |
| XYZ | 4.87 | 7.6 | 5.48 | - |
| YUV | 67.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 88 | 60 | 0.65 | 0 | 0.32 | 0.65 | 150.53 | 0.48 | 0.23 |
| Hex | 1F | 58 | 3C | 41 | 0 | 20 | 41 | 97 | 30 | 17 |
| Octal | 37 | 130 | 74 | 101 | 0 | 40 | 101 | 227 | 60 | 27 |
| Binary | 11111 | 1011000 | 111100 | 1000001 | 0 | 100000 | 1000001 | 10010111 | 110000 | 10111 |
Color Harmonies of #1F583C
Complementary color
Monochromatic Colors of #1F583C
Black with #1F583C
Text Example
Text Example
White with #1F583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F583C; }
p { color: rgb(31,88,60); }
H1.HeaderClassName
{
color: #1F583C;
}
.AnyTagClassName
{
color: #1F583C;
}
</style>
background-color css
<style>
a { background-color: #1F583C; }
a { background-color: rgb(31,88,60); }
div.DivClassName
{
background-color: #1F583C;
}
.BgClassName
{
background-color: #1F583C;
}
</style>
border-color css
<style>
span { border-color: #1F583C; }
span { border-color: rgb(31,88,60); }
td.TdClassName
{
border-color: #1F583C;
}
.TagClassName
{
border-color: #1F583C;
}
</style>