Shades of Green Pea #1F5E3C
Tints of Green Pea #1F5E3C
RGB
CMYK
RGB Variations
Color information
#1F5E3C (or 0x1F5E3C) is known color: Green Pea. HEX triplet: 1F, 5E and 3C. RGB value is (31,94,60). Sum of RGB (Red+Green+Blue) = 31+94+60=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 94 (37.11% from 255 or 50.81% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 94 - color contains mainly: green. Hex color #1F5E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5E3C is #E0A1C3. Grayscale: #474747. Windows color (decimal): -14721476 or 3956255. OLE color: 3956255.
HSL color Cylindrical-coordinate representation of color #1F5E3C: hue angle of 147.62º 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 #1F5E3C is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
RGB | 31 | 94 | 60 | - |
CMYK | 0.67 | 0 | 0.36 | 0.63 |
HSL | 147.62º | 0.5% | 0.25% | - |
HSV(B) | 147.62º | 0.67% | 0.37% | - |
XYZ | 5.38 | 8.62 | 5.66 | - |
YUV | 71.29 | 121.63 | 99.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 94 | 60 | 0.67 | 0 | 0.36 | 0.63 | 147.62 | 0.5 | 0.25 |
Hex | 1F | 5E | 3C | 43 | 0 | 24 | 3F | 94 | 32 | 19 |
Octal | 37 | 136 | 74 | 103 | 0 | 44 | 77 | 224 | 62 | 31 |
Binary | 11111 | 1011110 | 111100 | 1000011 | 0 | 100100 | 111111 | 10010100 | 110010 | 11001 |
Color Harmonies of #1F5E3C
Complementary color
Monochromatic Colors of #1F5E3C
Black with #1F5E3C
Text Example
Text Example
White with #1F5E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5E3C; }
p { color: rgb(31,94,60); }
H1.HeaderClassName
{
color: #1F5E3C;
}
.AnyTagClassName
{
color: #1F5E3C;
}
</style>
background-color css
<style>
a { background-color: #1F5E3C; }
a { background-color: rgb(31,94,60); }
div.DivClassName
{
background-color: #1F5E3C;
}
.BgClassName
{
background-color: #1F5E3C;
}
</style>
border-color css
<style>
span { border-color: #1F5E3C; }
span { border-color: rgb(31,94,60); }
td.TdClassName
{
border-color: #1F5E3C;
}
.TagClassName
{
border-color: #1F5E3C;
}
</style>