Shades of Pigment Green #1FB053
Tints of Pigment Green #1FB053
RGB
CMYK
RGB Variations
Color information
#1FB053 (or 0x1FB053) is known color: Pigment Green. HEX triplet: 1F, B0 and 53. RGB value is (31,176,83). Sum of RGB (Red+Green+Blue) = 31+176+83=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 176 (69.14% from 255 or 60.69% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FB053 is #E04FAC. Grayscale: #7A7A7A. Windows color (decimal): -14700461 or 5484575. OLE color: 5484575.
HSL color Cylindrical-coordinate representation of color #1FB053: hue angle of 141.52º 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 #1FB053 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 176 | 83 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.31 |
| HSL | 141.52º | 0.7% | 0.41% | - |
| HSV(B) | 141.52º | 0.82% | 0.69% | - |
| XYZ | 17.65 | 31.97 | 13.42 | - |
| YUV | 122.04 | 105.96 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 176 | 83 | 0.82 | 0 | 0.53 | 0.31 | 141.52 | 0.7 | 0.41 |
| Hex | 1F | B0 | 53 | 52 | 0 | 35 | 1F | 8E | 46 | 29 |
| Octal | 37 | 260 | 123 | 122 | 0 | 65 | 37 | 216 | 106 | 51 |
| Binary | 11111 | 10110000 | 1010011 | 1010010 | 0 | 110101 | 11111 | 10001110 | 1000110 | 101001 |
Color Harmonies of #1FB053
Complementary color
Monochromatic Colors of #1FB053
Black with #1FB053
Text Example
Text Example
White with #1FB053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB053; }
p { color: rgb(31,176,83); }
H1.HeaderClassName
{
color: #1FB053;
}
.AnyTagClassName
{
color: #1FB053;
}
</style>
background-color css
<style>
a { background-color: #1FB053; }
a { background-color: rgb(31,176,83); }
div.DivClassName
{
background-color: #1FB053;
}
.BgClassName
{
background-color: #1FB053;
}
</style>
border-color css
<style>
span { border-color: #1FB053; }
span { border-color: rgb(31,176,83); }
td.TdClassName
{
border-color: #1FB053;
}
.TagClassName
{
border-color: #1FB053;
}
</style>