Shades of Pigment Green #1FA545
Tints of Pigment Green #1FA545
RGB
CMYK
RGB Variations
Color information
#1FA545 (or 0x1FA545) is known color: Pigment Green. HEX triplet: 1F, A5 and 45. RGB value is (31,165,69). Sum of RGB (Red+Green+Blue) = 31+165+69=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 165 (64.84% from 255 or 62.26% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA545 is #E05ABA. Grayscale: #727272. Windows color (decimal): -14703291 or 4564255. OLE color: 4564255.
HSL color Cylindrical-coordinate representation of color #1FA545: hue angle of 137.01º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA545 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 165 | 69 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.35 |
| HSL | 137.01º | 0.68% | 0.38% | - |
| HSV(B) | 137.01º | 0.81% | 0.65% | - |
| XYZ | 15.09 | 27.63 | 10.17 | - |
| YUV | 113.99 | 102.61 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 165 | 69 | 0.81 | 0 | 0.58 | 0.35 | 137.01 | 0.68 | 0.38 |
| Hex | 1F | A5 | 45 | 51 | 0 | 3A | 23 | 89 | 44 | 26 |
| Octal | 37 | 245 | 105 | 121 | 0 | 72 | 43 | 211 | 104 | 46 |
| Binary | 11111 | 10100101 | 1000101 | 1010001 | 0 | 111010 | 100011 | 10001001 | 1000100 | 100110 |
Color Harmonies of #1FA545
Complementary color
Monochromatic Colors of #1FA545
Black with #1FA545
Text Example
Text Example
White with #1FA545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA545; }
p { color: rgb(31,165,69); }
H1.HeaderClassName
{
color: #1FA545;
}
.AnyTagClassName
{
color: #1FA545;
}
</style>
background-color css
<style>
a { background-color: #1FA545; }
a { background-color: rgb(31,165,69); }
div.DivClassName
{
background-color: #1FA545;
}
.BgClassName
{
background-color: #1FA545;
}
</style>
border-color css
<style>
span { border-color: #1FA545; }
span { border-color: rgb(31,165,69); }
td.TdClassName
{
border-color: #1FA545;
}
.TagClassName
{
border-color: #1FA545;
}
</style>