Shades of Pigment Green #1FB355
Tints of Pigment Green #1FB355
RGB
CMYK
RGB Variations
Color information
#1FB355 (or 0x1FB355) is known color: Pigment Green. HEX triplet: 1F, B3 and 55. RGB value is (31,179,85). Sum of RGB (Red+Green+Blue) = 31+179+85=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 179 (70.31% from 255 or 60.68% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 179 - color contains mainly: green. Hex color #1FB355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FB355 is #E04CAA. Grayscale: #7C7C7C. Windows color (decimal): -14699691 or 5616415. OLE color: 5616415.
HSL color Cylindrical-coordinate representation of color #1FB355: hue angle of 141.89º 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 #1FB355 is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 179 | 85 | - |
| CMYK | 0.83 | 0 | 0.53 | 0.30 |
| HSL | 141.89º | 0.7% | 0.41% | - |
| HSV(B) | 141.89º | 0.83% | 0.7% | - |
| XYZ | 18.32 | 33.19 | 14.03 | - |
| YUV | 124.03 | 105.97 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 179 | 85 | 0.83 | 0 | 0.53 | 0.30 | 141.89 | 0.7 | 0.41 |
| Hex | 1F | B3 | 55 | 53 | 0 | 35 | 1E | 8E | 46 | 29 |
| Octal | 37 | 263 | 125 | 123 | 0 | 65 | 36 | 216 | 106 | 51 |
| Binary | 11111 | 10110011 | 1010101 | 1010011 | 0 | 110101 | 11110 | 10001110 | 1000110 | 101001 |
Color Harmonies of #1FB355
Complementary color
Monochromatic Colors of #1FB355
Black with #1FB355
Text Example
Text Example
White with #1FB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB355; }
p { color: rgb(31,179,85); }
H1.HeaderClassName
{
color: #1FB355;
}
.AnyTagClassName
{
color: #1FB355;
}
</style>
background-color css
<style>
a { background-color: #1FB355; }
a { background-color: rgb(31,179,85); }
div.DivClassName
{
background-color: #1FB355;
}
.BgClassName
{
background-color: #1FB355;
}
</style>
border-color css
<style>
span { border-color: #1FB355; }
span { border-color: rgb(31,179,85); }
td.TdClassName
{
border-color: #1FB355;
}
.TagClassName
{
border-color: #1FB355;
}
</style>