Shades of Green Pea #1F5F43
Tints of Green Pea #1F5F43
RGB
CMYK
RGB Variations
Color information
#1F5F43 (or 0x1F5F43) is known color: Green Pea. HEX triplet: 1F, 5F and 43. RGB value is (31,95,67). Sum of RGB (Red+Green+Blue) = 31+95+67=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5F43 is #E0A0BC. Grayscale: #484848. Windows color (decimal): -14721213 or 4415263. OLE color: 4415263.
HSL color Cylindrical-coordinate representation of color #1F5F43: hue angle of 153.75º degrees, saturation: 0.51, 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 #1F5F43 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 95 | 67 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.63 |
| HSL | 153.75º | 0.51% | 0.25% | - |
| HSV(B) | 153.75º | 0.67% | 0.37% | - |
| XYZ | 5.67 | 8.88 | 6.73 | - |
| YUV | 72.67 | 124.8 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 67 | 0.67 | 0 | 0.29 | 0.63 | 153.75 | 0.51 | 0.25 |
| Hex | 1F | 5F | 43 | 43 | 0 | 1D | 3F | 9A | 33 | 19 |
| Octal | 37 | 137 | 103 | 103 | 0 | 35 | 77 | 232 | 63 | 31 |
| Binary | 11111 | 1011111 | 1000011 | 1000011 | 0 | 11101 | 111111 | 10011010 | 110011 | 11001 |
Color Harmonies of #1F5F43
Complementary color
Monochromatic Colors of #1F5F43
Black with #1F5F43
Text Example
Text Example
White with #1F5F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5F43; }
p { color: rgb(31,95,67); }
H1.HeaderClassName
{
color: #1F5F43;
}
.AnyTagClassName
{
color: #1F5F43;
}
</style>
background-color css
<style>
a { background-color: #1F5F43; }
a { background-color: rgb(31,95,67); }
div.DivClassName
{
background-color: #1F5F43;
}
.BgClassName
{
background-color: #1F5F43;
}
</style>
border-color css
<style>
span { border-color: #1F5F43; }
span { border-color: rgb(31,95,67); }
td.TdClassName
{
border-color: #1F5F43;
}
.TagClassName
{
border-color: #1F5F43;
}
</style>