Shades of Dark Pastel Green #1FAC3B
Tints of Dark Pastel Green #1FAC3B
RGB
CMYK
RGB Variations
Color information
#1FAC3B (or 0x1FAC3B) is known color: Dark Pastel Green. HEX triplet: 1F, AC and 3B. RGB value is (31,172,59). Sum of RGB (Red+Green+Blue) = 31+172+59=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 172 (67.58% from 255 or 65.65% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAC3B is #E053C4. Grayscale: #757575. Windows color (decimal): -14701509 or 3910687. OLE color: 3910687.
HSL color Cylindrical-coordinate representation of color #1FAC3B: hue angle of 131.91º 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 #1FAC3B is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 59 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.33 |
| HSL | 131.91º | 0.69% | 0.4% | - |
| HSV(B) | 131.91º | 0.82% | 0.67% | - |
| XYZ | 16.11 | 30.11 | 9.1 | - |
| YUV | 116.96 | 95.29 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 59 | 0.82 | 0 | 0.66 | 0.33 | 131.91 | 0.69 | 0.4 |
| Hex | 1F | AC | 3B | 52 | 0 | 42 | 21 | 84 | 45 | 28 |
| Octal | 37 | 254 | 73 | 122 | 0 | 102 | 41 | 204 | 105 | 50 |
| Binary | 11111 | 10101100 | 111011 | 1010010 | 0 | 1000010 | 100001 | 10000100 | 1000101 | 101000 |
Color Harmonies of #1FAC3B
Complementary color
Monochromatic Colors of #1FAC3B
Black with #1FAC3B
Text Example
Text Example
White with #1FAC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC3B; }
p { color: rgb(31,172,59); }
H1.HeaderClassName
{
color: #1FAC3B;
}
.AnyTagClassName
{
color: #1FAC3B;
}
</style>
background-color css
<style>
a { background-color: #1FAC3B; }
a { background-color: rgb(31,172,59); }
div.DivClassName
{
background-color: #1FAC3B;
}
.BgClassName
{
background-color: #1FAC3B;
}
</style>
border-color css
<style>
span { border-color: #1FAC3B; }
span { border-color: rgb(31,172,59); }
td.TdClassName
{
border-color: #1FAC3B;
}
.TagClassName
{
border-color: #1FAC3B;
}
</style>