Shades of Dark Pastel Green #1FB149
Tints of Dark Pastel Green #1FB149
RGB
CMYK
RGB Variations
Color information
#1FB149 (or 0x1FB149) is known color: Dark Pastel Green. HEX triplet: 1F, B1 and 49. RGB value is (31,177,73). Sum of RGB (Red+Green+Blue) = 31+177+73=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 177 (69.53% from 255 or 62.99% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 177 - color contains mainly: green. Hex color #1FB149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FB149 is #E04EB6. Grayscale: #797979. Windows color (decimal): -14700215 or 4829471. OLE color: 4829471.
HSL color Cylindrical-coordinate representation of color #1FB149: hue angle of 137.26º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FB149 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 177 | 73 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.31 |
| HSL | 137.26º | 0.7% | 0.41% | - |
| HSV(B) | 137.26º | 0.82% | 0.69% | - |
| XYZ | 17.49 | 32.22 | 11.6 | - |
| YUV | 121.49 | 100.63 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 177 | 73 | 0.82 | 0 | 0.59 | 0.31 | 137.26 | 0.7 | 0.41 |
| Hex | 1F | B1 | 49 | 52 | 0 | 3B | 1F | 89 | 46 | 29 |
| Octal | 37 | 261 | 111 | 122 | 0 | 73 | 37 | 211 | 106 | 51 |
| Binary | 11111 | 10110001 | 1001001 | 1010010 | 0 | 111011 | 11111 | 10001001 | 1000110 | 101001 |
Color Harmonies of #1FB149
Complementary color
Monochromatic Colors of #1FB149
Black with #1FB149
Text Example
Text Example
White with #1FB149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB149; }
p { color: rgb(31,177,73); }
H1.HeaderClassName
{
color: #1FB149;
}
.AnyTagClassName
{
color: #1FB149;
}
</style>
background-color css
<style>
a { background-color: #1FB149; }
a { background-color: rgb(31,177,73); }
div.DivClassName
{
background-color: #1FB149;
}
.BgClassName
{
background-color: #1FB149;
}
</style>
border-color css
<style>
span { border-color: #1FB149; }
span { border-color: rgb(31,177,73); }
td.TdClassName
{
border-color: #1FB149;
}
.TagClassName
{
border-color: #1FB149;
}
</style>