Shades of Dark Pastel Green #1FAD3F
Tints of Dark Pastel Green #1FAD3F
RGB
CMYK
RGB Variations
Color information
#1FAD3F (or 0x1FAD3F) is known color: Dark Pastel Green. HEX triplet: 1F, AD and 3F. RGB value is (31,173,63). Sum of RGB (Red+Green+Blue) = 31+173+63=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 173 (67.97% from 255 or 64.79% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAD3F is #E052C0. Grayscale: #767676. Windows color (decimal): -14701249 or 4173087. OLE color: 4173087.
HSL color Cylindrical-coordinate representation of color #1FAD3F: hue angle of 133.52º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAD3F is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 63 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.32 |
| HSL | 133.52º | 0.7% | 0.4% | - |
| HSV(B) | 133.52º | 0.82% | 0.68% | - |
| XYZ | 16.41 | 30.54 | 9.73 | - |
| YUV | 118 | 96.96 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 63 | 0.82 | 0 | 0.64 | 0.32 | 133.52 | 0.7 | 0.4 |
| Hex | 1F | AD | 3F | 52 | 0 | 40 | 20 | 86 | 46 | 28 |
| Octal | 37 | 255 | 77 | 122 | 0 | 100 | 40 | 206 | 106 | 50 |
| Binary | 11111 | 10101101 | 111111 | 1010010 | 0 | 1000000 | 100000 | 10000110 | 1000110 | 101000 |
Color Harmonies of #1FAD3F
Complementary color
Monochromatic Colors of #1FAD3F
Black with #1FAD3F
Text Example
Text Example
White with #1FAD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD3F; }
p { color: rgb(31,173,63); }
H1.HeaderClassName
{
color: #1FAD3F;
}
.AnyTagClassName
{
color: #1FAD3F;
}
</style>
background-color css
<style>
a { background-color: #1FAD3F; }
a { background-color: rgb(31,173,63); }
div.DivClassName
{
background-color: #1FAD3F;
}
.BgClassName
{
background-color: #1FAD3F;
}
</style>
border-color css
<style>
span { border-color: #1FAD3F; }
span { border-color: rgb(31,173,63); }
td.TdClassName
{
border-color: #1FAD3F;
}
.TagClassName
{
border-color: #1FAD3F;
}
</style>