Shades of Dark Pastel Green #1FAC3C
Tints of Dark Pastel Green #1FAC3C
RGB
CMYK
RGB Variations
Color information
#1FAC3C (or 0x1FAC3C) is known color: Dark Pastel Green. HEX triplet: 1F, AC and 3C. RGB value is (31,172,60). Sum of RGB (Red+Green+Blue) = 31+172+60=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 172 (67.58% from 255 or 65.40% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAC3C is #E053C3. Grayscale: #757575. Windows color (decimal): -14701508 or 3976223. OLE color: 3976223.
HSL color Cylindrical-coordinate representation of color #1FAC3C: hue angle of 132.34º 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 #1FAC3C is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 60 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.33 |
| HSL | 132.34º | 0.69% | 0.4% | - |
| HSV(B) | 132.34º | 0.82% | 0.67% | - |
| XYZ | 16.13 | 30.12 | 9.24 | - |
| YUV | 117.07 | 95.79 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 60 | 0.82 | 0 | 0.65 | 0.33 | 132.34 | 0.69 | 0.4 |
| Hex | 1F | AC | 3C | 52 | 0 | 41 | 21 | 84 | 45 | 28 |
| Octal | 37 | 254 | 74 | 122 | 0 | 101 | 41 | 204 | 105 | 50 |
| Binary | 11111 | 10101100 | 111100 | 1010010 | 0 | 1000001 | 100001 | 10000100 | 1000101 | 101000 |
Color Harmonies of #1FAC3C
Complementary color
Monochromatic Colors of #1FAC3C
Black with #1FAC3C
Text Example
Text Example
White with #1FAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC3C; }
p { color: rgb(31,172,60); }
H1.HeaderClassName
{
color: #1FAC3C;
}
.AnyTagClassName
{
color: #1FAC3C;
}
</style>
background-color css
<style>
a { background-color: #1FAC3C; }
a { background-color: rgb(31,172,60); }
div.DivClassName
{
background-color: #1FAC3C;
}
.BgClassName
{
background-color: #1FAC3C;
}
</style>
border-color css
<style>
span { border-color: #1FAC3C; }
span { border-color: rgb(31,172,60); }
td.TdClassName
{
border-color: #1FAC3C;
}
.TagClassName
{
border-color: #1FAC3C;
}
</style>