Shades of Dark Pastel Green #1FAC32
Tints of Dark Pastel Green #1FAC32
RGB
CMYK
RGB Variations
Color information
#1FAC32 (or 0x1FAC32) is known color: Dark Pastel Green. HEX triplet: 1F, AC and 32. RGB value is (31,172,50). Sum of RGB (Red+Green+Blue) = 31+172+50=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 172 (67.58% from 255 or 67.98% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAC32 is #E053CD. Grayscale: #747474. Windows color (decimal): -14701518 or 3320863. OLE color: 3320863.
HSL color Cylindrical-coordinate representation of color #1FAC32: hue angle of 128.09º 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 #1FAC32 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 50 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.33 |
| HSL | 128.09º | 0.69% | 0.4% | - |
| HSV(B) | 128.09º | 0.82% | 0.67% | - |
| XYZ | 15.89 | 30.03 | 7.98 | - |
| YUV | 115.93 | 90.79 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 50 | 0.82 | 0 | 0.71 | 0.33 | 128.09 | 0.69 | 0.4 |
| Hex | 1F | AC | 32 | 52 | 0 | 47 | 21 | 80 | 45 | 28 |
| Octal | 37 | 254 | 62 | 122 | 0 | 107 | 41 | 200 | 105 | 50 |
| Binary | 11111 | 10101100 | 110010 | 1010010 | 0 | 1000111 | 100001 | 10000000 | 1000101 | 101000 |
Color Harmonies of #1FAC32
Complementary color
Monochromatic Colors of #1FAC32
Black with #1FAC32
Text Example
Text Example
White with #1FAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC32; }
p { color: rgb(31,172,50); }
H1.HeaderClassName
{
color: #1FAC32;
}
.AnyTagClassName
{
color: #1FAC32;
}
</style>
background-color css
<style>
a { background-color: #1FAC32; }
a { background-color: rgb(31,172,50); }
div.DivClassName
{
background-color: #1FAC32;
}
.BgClassName
{
background-color: #1FAC32;
}
</style>
border-color css
<style>
span { border-color: #1FAC32; }
span { border-color: rgb(31,172,50); }
td.TdClassName
{
border-color: #1FAC32;
}
.TagClassName
{
border-color: #1FAC32;
}
</style>