Shades of Dark Pastel Green #1FAC35
Tints of Dark Pastel Green #1FAC35
RGB
CMYK
RGB Variations
Color information
#1FAC35 (or 0x1FAC35) is known color: Dark Pastel Green. HEX triplet: 1F, AC and 35. RGB value is (31,172,53). Sum of RGB (Red+Green+Blue) = 31+172+53=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 172 (67.58% from 255 or 67.19% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAC35 is #E053CA. Grayscale: #747474. Windows color (decimal): -14701515 or 3517471. OLE color: 3517471.
HSL color Cylindrical-coordinate representation of color #1FAC35: hue angle of 129.36º 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 #1FAC35 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 53 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.33 |
| HSL | 129.36º | 0.69% | 0.4% | - |
| HSV(B) | 129.36º | 0.82% | 0.67% | - |
| XYZ | 15.96 | 30.05 | 8.33 | - |
| YUV | 116.28 | 92.29 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 53 | 0.82 | 0 | 0.69 | 0.33 | 129.36 | 0.69 | 0.4 |
| Hex | 1F | AC | 35 | 52 | 0 | 45 | 21 | 81 | 45 | 28 |
| Octal | 37 | 254 | 65 | 122 | 0 | 105 | 41 | 201 | 105 | 50 |
| Binary | 11111 | 10101100 | 110101 | 1010010 | 0 | 1000101 | 100001 | 10000001 | 1000101 | 101000 |
Color Harmonies of #1FAC35
Complementary color
Monochromatic Colors of #1FAC35
Black with #1FAC35
Text Example
Text Example
White with #1FAC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC35; }
p { color: rgb(31,172,53); }
H1.HeaderClassName
{
color: #1FAC35;
}
.AnyTagClassName
{
color: #1FAC35;
}
</style>
background-color css
<style>
a { background-color: #1FAC35; }
a { background-color: rgb(31,172,53); }
div.DivClassName
{
background-color: #1FAC35;
}
.BgClassName
{
background-color: #1FAC35;
}
</style>
border-color css
<style>
span { border-color: #1FAC35; }
span { border-color: rgb(31,172,53); }
td.TdClassName
{
border-color: #1FAC35;
}
.TagClassName
{
border-color: #1FAC35;
}
</style>