Shades of Green #1F8701
Tints of Green #1F8701
RGB
CMYK
RGB Variations
Color information
#1F8701 (or 0x1F8701) is known color: Green. HEX triplet: 1F, 87 and 01. RGB value is (31,135,1). Sum of RGB (Red+Green+Blue) = 31+135+1=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 135 (53.12% from 255 or 80.84% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 135 - color contains mainly: green. Hex color #1F8701 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8701 is #E078FE. Grayscale: #595959. Windows color (decimal): -14711039 or 100127. OLE color: 100127.
HSL color Cylindrical-coordinate representation of color #1F8701: hue angle of 106.57º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F8701 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.47 |
| HSL | 106.57º | 0.99% | 0.27% | - |
| HSV(B) | 106.57º | 0.99% | 0.53% | - |
| XYZ | 9.23 | 17.62 | 2.94 | - |
| YUV | 88.63 | 78.54 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 1 | 0.77 | 0 | 0.99 | 0.47 | 106.57 | 0.99 | 0.27 |
| Hex | 1F | 87 | 1 | 4D | 0 | 63 | 2F | 6B | 63 | 1B |
| Octal | 37 | 207 | 1 | 115 | 0 | 143 | 57 | 153 | 143 | 33 |
| Binary | 11111 | 10000111 | 1 | 1001101 | 0 | 1100011 | 101111 | 1101011 | 1100011 | 11011 |
Color Harmonies of #1F8701
Complementary color
Monochromatic Colors of #1F8701
Black with #1F8701
Text Example
Text Example
White with #1F8701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8701; }
p { color: rgb(31,135,1); }
H1.HeaderClassName
{
color: #1F8701;
}
.AnyTagClassName
{
color: #1F8701;
}
</style>
background-color css
<style>
a { background-color: #1F8701; }
a { background-color: rgb(31,135,1); }
div.DivClassName
{
background-color: #1F8701;
}
.BgClassName
{
background-color: #1F8701;
}
</style>
border-color css
<style>
span { border-color: #1F8701; }
span { border-color: rgb(31,135,1); }
td.TdClassName
{
border-color: #1F8701;
}
.TagClassName
{
border-color: #1F8701;
}
</style>