Shades of Pigment Green #1FB04D
Tints of Pigment Green #1FB04D
RGB
CMYK
RGB Variations
Color information
#1FB04D (or 0x1FB04D) is known color: Pigment Green. HEX triplet: 1F, B0 and 4D. RGB value is (31,176,77). Sum of RGB (Red+Green+Blue) = 31+176+77=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 176 (69.14% from 255 or 61.97% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB04D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FB04D is #E04FB2. Grayscale: #797979. Windows color (decimal): -14700467 or 5091359. OLE color: 5091359.
HSL color Cylindrical-coordinate representation of color #1FB04D: hue angle of 139.03º 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 #1FB04D is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 176 | 77 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.31 |
| HSL | 139.03º | 0.7% | 0.41% | - |
| HSV(B) | 139.03º | 0.82% | 0.69% | - |
| XYZ | 17.43 | 31.88 | 12.26 | - |
| YUV | 121.36 | 102.96 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 176 | 77 | 0.82 | 0 | 0.56 | 0.31 | 139.03 | 0.7 | 0.41 |
| Hex | 1F | B0 | 4D | 52 | 0 | 38 | 1F | 8B | 46 | 29 |
| Octal | 37 | 260 | 115 | 122 | 0 | 70 | 37 | 213 | 106 | 51 |
| Binary | 11111 | 10110000 | 1001101 | 1010010 | 0 | 111000 | 11111 | 10001011 | 1000110 | 101001 |
Color Harmonies of #1FB04D
Complementary color
Monochromatic Colors of #1FB04D
Black with #1FB04D
Text Example
Text Example
White with #1FB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB04D; }
p { color: rgb(31,176,77); }
H1.HeaderClassName
{
color: #1FB04D;
}
.AnyTagClassName
{
color: #1FB04D;
}
</style>
background-color css
<style>
a { background-color: #1FB04D; }
a { background-color: rgb(31,176,77); }
div.DivClassName
{
background-color: #1FB04D;
}
.BgClassName
{
background-color: #1FB04D;
}
</style>
border-color css
<style>
span { border-color: #1FB04D; }
span { border-color: rgb(31,176,77); }
td.TdClassName
{
border-color: #1FB04D;
}
.TagClassName
{
border-color: #1FB04D;
}
</style>