Shades of Dark Pastel Green #1FAC41
Tints of Dark Pastel Green #1FAC41
RGB
CMYK
RGB Variations
Color information
#1FAC41 (or 0x1FAC41) is known color: Dark Pastel Green. HEX triplet: 1F, AC and 41. RGB value is (31,172,65). Sum of RGB (Red+Green+Blue) = 31+172+65=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 172 (67.58% from 255 or 64.18% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAC41 is #E053BE. Grayscale: #757575. Windows color (decimal): -14701503 or 4303903. OLE color: 4303903.
HSL color Cylindrical-coordinate representation of color #1FAC41: hue angle of 134.47º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAC41 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 65 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.33 |
| HSL | 134.47º | 0.69% | 0.4% | - |
| HSV(B) | 134.47º | 0.82% | 0.67% | - |
| XYZ | 16.27 | 30.18 | 9.97 | - |
| YUV | 117.64 | 98.29 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 65 | 0.82 | 0 | 0.62 | 0.33 | 134.47 | 0.69 | 0.4 |
| Hex | 1F | AC | 41 | 52 | 0 | 3E | 21 | 86 | 45 | 28 |
| Octal | 37 | 254 | 101 | 122 | 0 | 76 | 41 | 206 | 105 | 50 |
| Binary | 11111 | 10101100 | 1000001 | 1010010 | 0 | 111110 | 100001 | 10000110 | 1000101 | 101000 |
Color Harmonies of #1FAC41
Complementary color
Monochromatic Colors of #1FAC41
Black with #1FAC41
Text Example
Text Example
White with #1FAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC41; }
p { color: rgb(31,172,65); }
H1.HeaderClassName
{
color: #1FAC41;
}
.AnyTagClassName
{
color: #1FAC41;
}
</style>
background-color css
<style>
a { background-color: #1FAC41; }
a { background-color: rgb(31,172,65); }
div.DivClassName
{
background-color: #1FAC41;
}
.BgClassName
{
background-color: #1FAC41;
}
</style>
border-color css
<style>
span { border-color: #1FAC41; }
span { border-color: rgb(31,172,65); }
td.TdClassName
{
border-color: #1FAC41;
}
.TagClassName
{
border-color: #1FAC41;
}
</style>