Shades of Green Pea #1F5D3C
Tints of Green Pea #1F5D3C
RGB
CMYK
RGB Variations
Color information
#1F5D3C (or 0x1F5D3C) is known color: Green Pea. HEX triplet: 1F, 5D and 3C. RGB value is (31,93,60). Sum of RGB (Red+Green+Blue) = 31+93+60=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 93 (36.72% from 255 or 50.54% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5D3C is #E0A2C3. Grayscale: #464646. Windows color (decimal): -14721732 or 3955999. OLE color: 3955999.
HSL color Cylindrical-coordinate representation of color #1F5D3C: hue angle of 148.06º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5D3C is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 93 | 60 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.64 |
| HSL | 148.06º | 0.5% | 0.24% | - |
| HSV(B) | 148.06º | 0.67% | 0.36% | - |
| XYZ | 5.3 | 8.45 | 5.63 | - |
| YUV | 70.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 93 | 60 | 0.67 | 0 | 0.35 | 0.64 | 148.06 | 0.5 | 0.24 |
| Hex | 1F | 5D | 3C | 43 | 0 | 23 | 40 | 94 | 32 | 18 |
| Octal | 37 | 135 | 74 | 103 | 0 | 43 | 100 | 224 | 62 | 30 |
| Binary | 11111 | 1011101 | 111100 | 1000011 | 0 | 100011 | 1000000 | 10010100 | 110010 | 11000 |
Color Harmonies of #1F5D3C
Complementary color
Monochromatic Colors of #1F5D3C
Black with #1F5D3C
Text Example
Text Example
White with #1F5D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5D3C; }
p { color: rgb(31,93,60); }
H1.HeaderClassName
{
color: #1F5D3C;
}
.AnyTagClassName
{
color: #1F5D3C;
}
</style>
background-color css
<style>
a { background-color: #1F5D3C; }
a { background-color: rgb(31,93,60); }
div.DivClassName
{
background-color: #1F5D3C;
}
.BgClassName
{
background-color: #1F5D3C;
}
</style>
border-color css
<style>
span { border-color: #1F5D3C; }
span { border-color: rgb(31,93,60); }
td.TdClassName
{
border-color: #1F5D3C;
}
.TagClassName
{
border-color: #1F5D3C;
}
</style>