Shades of Green Pea #1F6B41
Tints of Green Pea #1F6B41
RGB
CMYK
RGB Variations
Color information
#1F6B41 (or 0x1F6B41) is known color: Green Pea. HEX triplet: 1F, 6B and 41. RGB value is (31,107,65). Sum of RGB (Red+Green+Blue) = 31+107+65=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #1F6B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6B41 is #E094BE. Grayscale: #4F4F4F. Windows color (decimal): -14718143 or 4287263. OLE color: 4287263.
HSL color Cylindrical-coordinate representation of color #1F6B41: hue angle of 146.84º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F6B41 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 107 | 65 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.58 |
| HSL | 146.84º | 0.55% | 0.27% | - |
| HSV(B) | 146.84º | 0.71% | 0.42% | - |
| XYZ | 6.78 | 11.19 | 6.8 | - |
| YUV | 79.49 | 119.82 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 107 | 65 | 0.71 | 0 | 0.39 | 0.58 | 146.84 | 0.55 | 0.27 |
| Hex | 1F | 6B | 41 | 47 | 0 | 27 | 3A | 93 | 37 | 1B |
| Octal | 37 | 153 | 101 | 107 | 0 | 47 | 72 | 223 | 67 | 33 |
| Binary | 11111 | 1101011 | 1000001 | 1000111 | 0 | 100111 | 111010 | 10010011 | 110111 | 11011 |
Color Harmonies of #1F6B41
Complementary color
Monochromatic Colors of #1F6B41
Black with #1F6B41
Text Example
Text Example
White with #1F6B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6B41; }
p { color: rgb(31,107,65); }
H1.HeaderClassName
{
color: #1F6B41;
}
.AnyTagClassName
{
color: #1F6B41;
}
</style>
background-color css
<style>
a { background-color: #1F6B41; }
a { background-color: rgb(31,107,65); }
div.DivClassName
{
background-color: #1F6B41;
}
.BgClassName
{
background-color: #1F6B41;
}
</style>
border-color css
<style>
span { border-color: #1F6B41; }
span { border-color: rgb(31,107,65); }
td.TdClassName
{
border-color: #1F6B41;
}
.TagClassName
{
border-color: #1F6B41;
}
</style>