Shades of Green Pea #1F5E3D
Tints of Green Pea #1F5E3D
RGB
CMYK
RGB Variations
Color information
#1F5E3D (or 0x1F5E3D) is known color: Green Pea. HEX triplet: 1F, 5E and 3D. RGB value is (31,94,61). Sum of RGB (Red+Green+Blue) = 31+94+61=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 94 (37.11% from 255 or 50.54% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 94 - color contains mainly: green. Hex color #1F5E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5E3D is #E0A1C2. Grayscale: #474747. Windows color (decimal): -14721475 or 4021791. OLE color: 4021791.
HSL color Cylindrical-coordinate representation of color #1F5E3D: hue angle of 148.57º 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 #1F5E3D is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
RGB | 31 | 94 | 61 | - |
CMYK | 0.67 | 0 | 0.35 | 0.63 |
HSL | 148.57º | 0.5% | 0.25% | - |
HSV(B) | 148.57º | 0.67% | 0.37% | - |
XYZ | 5.41 | 8.63 | 5.8 | - |
YUV | 71.4 | 122.13 | 99.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 94 | 61 | 0.67 | 0 | 0.35 | 0.63 | 148.57 | 0.5 | 0.25 |
Hex | 1F | 5E | 3D | 43 | 0 | 23 | 3F | 95 | 32 | 19 |
Octal | 37 | 136 | 75 | 103 | 0 | 43 | 77 | 225 | 62 | 31 |
Binary | 11111 | 1011110 | 111101 | 1000011 | 0 | 100011 | 111111 | 10010101 | 110010 | 11001 |
Color Harmonies of #1F5E3D
Complementary color
Monochromatic Colors of #1F5E3D
Black with #1F5E3D
Text Example
Text Example
White with #1F5E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5E3D; }
p { color: rgb(31,94,61); }
H1.HeaderClassName
{
color: #1F5E3D;
}
.AnyTagClassName
{
color: #1F5E3D;
}
</style>
background-color css
<style>
a { background-color: #1F5E3D; }
a { background-color: rgb(31,94,61); }
div.DivClassName
{
background-color: #1F5E3D;
}
.BgClassName
{
background-color: #1F5E3D;
}
</style>
border-color css
<style>
span { border-color: #1F5E3D; }
span { border-color: rgb(31,94,61); }
td.TdClassName
{
border-color: #1F5E3D;
}
.TagClassName
{
border-color: #1F5E3D;
}
</style>