Shades of Green Pea #1F6A44
Tints of Green Pea #1F6A44
RGB
CMYK
RGB Variations
Color information
#1F6A44 (or 0x1F6A44) is known color: Green Pea. HEX triplet: 1F, 6A and 44. RGB value is (31,106,68). Sum of RGB (Red+Green+Blue) = 31+106+68=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 106 (41.80% from 255 or 51.71% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 106 - color contains mainly: green. Hex color #1F6A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6A44 is #E095BB. Grayscale: #4F4F4F. Windows color (decimal): -14718396 or 4483615. OLE color: 4483615.
HSL color Cylindrical-coordinate representation of color #1F6A44: hue angle of 149.6º 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 #1F6A44 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 106 | 68 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.58 |
| HSL | 149.6º | 0.55% | 0.27% | - |
| HSV(B) | 149.6º | 0.71% | 0.42% | - |
| XYZ | 6.76 | 11.02 | 7.24 | - |
| YUV | 79.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 106 | 68 | 0.71 | 0 | 0.36 | 0.58 | 149.6 | 0.55 | 0.27 |
| Hex | 1F | 6A | 44 | 47 | 0 | 24 | 3A | 96 | 37 | 1B |
| Octal | 37 | 152 | 104 | 107 | 0 | 44 | 72 | 226 | 67 | 33 |
| Binary | 11111 | 1101010 | 1000100 | 1000111 | 0 | 100100 | 111010 | 10010110 | 110111 | 11011 |
Color Harmonies of #1F6A44
Complementary color
Monochromatic Colors of #1F6A44
Black with #1F6A44
Text Example
Text Example
White with #1F6A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6A44; }
p { color: rgb(31,106,68); }
H1.HeaderClassName
{
color: #1F6A44;
}
.AnyTagClassName
{
color: #1F6A44;
}
</style>
background-color css
<style>
a { background-color: #1F6A44; }
a { background-color: rgb(31,106,68); }
div.DivClassName
{
background-color: #1F6A44;
}
.BgClassName
{
background-color: #1F6A44;
}
</style>
border-color css
<style>
span { border-color: #1F6A44; }
span { border-color: rgb(31,106,68); }
td.TdClassName
{
border-color: #1F6A44;
}
.TagClassName
{
border-color: #1F6A44;
}
</style>