Shades of Pigment Green #1FB255
Tints of Pigment Green #1FB255
RGB
CMYK
RGB Variations
Color information
#1FB255 (or 0x1FB255) is known color: Pigment Green. HEX triplet: 1F, B2 and 55. RGB value is (31,178,85). Sum of RGB (Red+Green+Blue) = 31+178+85=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 178 (69.92% from 255 or 60.54% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FB255 is #E04DAA. Grayscale: #7B7B7B. Windows color (decimal): -14699947 or 5616159. OLE color: 5616159.
HSL color Cylindrical-coordinate representation of color #1FB255: hue angle of 142.04º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB255 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 178 | 85 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.30 |
| HSL | 142.04º | 0.7% | 0.41% | - |
| HSV(B) | 142.04º | 0.83% | 0.7% | - |
| XYZ | 18.13 | 32.79 | 13.97 | - |
| YUV | 123.45 | 106.3 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 178 | 85 | 0.83 | 0 | 0.52 | 0.30 | 142.04 | 0.7 | 0.41 |
| Hex | 1F | B2 | 55 | 53 | 0 | 34 | 1E | 8E | 46 | 29 |
| Octal | 37 | 262 | 125 | 123 | 0 | 64 | 36 | 216 | 106 | 51 |
| Binary | 11111 | 10110010 | 1010101 | 1010011 | 0 | 110100 | 11110 | 10001110 | 1000110 | 101001 |
Color Harmonies of #1FB255
Complementary color
Monochromatic Colors of #1FB255
Black with #1FB255
Text Example
Text Example
White with #1FB255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB255; }
p { color: rgb(31,178,85); }
H1.HeaderClassName
{
color: #1FB255;
}
.AnyTagClassName
{
color: #1FB255;
}
</style>
background-color css
<style>
a { background-color: #1FB255; }
a { background-color: rgb(31,178,85); }
div.DivClassName
{
background-color: #1FB255;
}
.BgClassName
{
background-color: #1FB255;
}
</style>
border-color css
<style>
span { border-color: #1FB255; }
span { border-color: rgb(31,178,85); }
td.TdClassName
{
border-color: #1FB255;
}
.TagClassName
{
border-color: #1FB255;
}
</style>