Shades of Green #1F8601
Tints of Green #1F8601
RGB
CMYK
RGB Variations
Color information
#1F8601 (or 0x1F8601) is known color: Green. HEX triplet: 1F, 86 and 01. RGB value is (31,134,1). Sum of RGB (Red+Green+Blue) = 31+134+1=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 134 (52.73% from 255 or 80.72% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 134 - color contains mainly: green. Hex color #1F8601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8601 is #E079FE. Grayscale: #585858. Windows color (decimal): -14711295 or 99871. OLE color: 99871.
HSL color Cylindrical-coordinate representation of color #1F8601: hue angle of 106.47º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F8601 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 134 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.47 |
| HSL | 106.47º | 0.99% | 0.26% | - |
| HSV(B) | 106.47º | 0.99% | 0.53% | - |
| XYZ | 9.1 | 17.34 | 2.9 | - |
| YUV | 88.04 | 78.88 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 1 | 0.77 | 0 | 0.99 | 0.47 | 106.47 | 0.99 | 0.26 |
| Hex | 1F | 86 | 1 | 4D | 0 | 63 | 2F | 6A | 63 | 1A |
| Octal | 37 | 206 | 1 | 115 | 0 | 143 | 57 | 152 | 143 | 32 |
| Binary | 11111 | 10000110 | 1 | 1001101 | 0 | 1100011 | 101111 | 1101010 | 1100011 | 11010 |
Color Harmonies of #1F8601
Complementary color
Monochromatic Colors of #1F8601
Black with #1F8601
Text Example
Text Example
White with #1F8601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8601; }
p { color: rgb(31,134,1); }
H1.HeaderClassName
{
color: #1F8601;
}
.AnyTagClassName
{
color: #1F8601;
}
</style>
background-color css
<style>
a { background-color: #1F8601; }
a { background-color: rgb(31,134,1); }
div.DivClassName
{
background-color: #1F8601;
}
.BgClassName
{
background-color: #1F8601;
}
</style>
border-color css
<style>
span { border-color: #1F8601; }
span { border-color: rgb(31,134,1); }
td.TdClassName
{
border-color: #1F8601;
}
.TagClassName
{
border-color: #1F8601;
}
</style>