Shades of Green Pea #1F6341
Tints of Green Pea #1F6341
RGB
CMYK
RGB Variations
Color information
#1F6341 (or 0x1F6341) is known color: Green Pea. HEX triplet: 1F, 63 and 41. RGB value is (31,99,65). Sum of RGB (Red+Green+Blue) = 31+99+65=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #1F6341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6341 is #E09CBE. Grayscale: #4A4A4A. Windows color (decimal): -14720191 or 4285215. OLE color: 4285215.
HSL color Cylindrical-coordinate representation of color #1F6341: hue angle of 150º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6341 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 99 | 65 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.61 |
| HSL | 150º | 0.52% | 0.25% | - |
| HSV(B) | 150º | 0.69% | 0.39% | - |
| XYZ | 5.98 | 9.6 | 6.54 | - |
| YUV | 74.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 65 | 0.69 | 0 | 0.34 | 0.61 | 150 | 0.52 | 0.25 |
| Hex | 1F | 63 | 41 | 45 | 0 | 22 | 3D | 96 | 34 | 19 |
| Octal | 37 | 143 | 101 | 105 | 0 | 42 | 75 | 226 | 64 | 31 |
| Binary | 11111 | 1100011 | 1000001 | 1000101 | 0 | 100010 | 111101 | 10010110 | 110100 | 11001 |
Color Harmonies of #1F6341
Complementary color
Monochromatic Colors of #1F6341
Black with #1F6341
Text Example
Text Example
White with #1F6341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6341; }
p { color: rgb(31,99,65); }
H1.HeaderClassName
{
color: #1F6341;
}
.AnyTagClassName
{
color: #1F6341;
}
</style>
background-color css
<style>
a { background-color: #1F6341; }
a { background-color: rgb(31,99,65); }
div.DivClassName
{
background-color: #1F6341;
}
.BgClassName
{
background-color: #1F6341;
}
</style>
border-color css
<style>
span { border-color: #1F6341; }
span { border-color: rgb(31,99,65); }
td.TdClassName
{
border-color: #1F6341;
}
.TagClassName
{
border-color: #1F6341;
}
</style>