Shades of Green Pea #1F593C
Tints of Green Pea #1F593C
RGB
CMYK
RGB Variations
Color information
#1F593C (or 0x1F593C) is known color: Green Pea. HEX triplet: 1F, 59 and 3C. RGB value is (31,89,60). Sum of RGB (Red+Green+Blue) = 31+89+60=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 89 (35.16% from 255 or 49.44% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 89 - color contains mainly: green. Hex color #1F593C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F593C is #E0A6C3. Grayscale: #444444. Windows color (decimal): -14722756 or 3954975. OLE color: 3954975.
HSL color Cylindrical-coordinate representation of color #1F593C: hue angle of 150º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F593C is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 89 | 60 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.65 |
| HSL | 150º | 0.48% | 0.24% | - |
| HSV(B) | 150º | 0.65% | 0.35% | - |
| XYZ | 4.95 | 7.76 | 5.51 | - |
| YUV | 68.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 60 | 0.65 | 0 | 0.33 | 0.65 | 150 | 0.48 | 0.24 |
| Hex | 1F | 59 | 3C | 41 | 0 | 21 | 41 | 96 | 30 | 18 |
| Octal | 37 | 131 | 74 | 101 | 0 | 41 | 101 | 226 | 60 | 30 |
| Binary | 11111 | 1011001 | 111100 | 1000001 | 0 | 100001 | 1000001 | 10010110 | 110000 | 11000 |
Color Harmonies of #1F593C
Complementary color
Monochromatic Colors of #1F593C
Black with #1F593C
Text Example
Text Example
White with #1F593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F593C; }
p { color: rgb(31,89,60); }
H1.HeaderClassName
{
color: #1F593C;
}
.AnyTagClassName
{
color: #1F593C;
}
</style>
background-color css
<style>
a { background-color: #1F593C; }
a { background-color: rgb(31,89,60); }
div.DivClassName
{
background-color: #1F593C;
}
.BgClassName
{
background-color: #1F593C;
}
</style>
border-color css
<style>
span { border-color: #1F593C; }
span { border-color: rgb(31,89,60); }
td.TdClassName
{
border-color: #1F593C;
}
.TagClassName
{
border-color: #1F593C;
}
</style>