Shades of Dark Pastel Green #1FA93D
Tints of Dark Pastel Green #1FA93D
RGB
CMYK
RGB Variations
Color information
#1FA93D (or 0x1FA93D) is known color: Dark Pastel Green. HEX triplet: 1F, A9 and 3D. RGB value is (31,169,61). Sum of RGB (Red+Green+Blue) = 31+169+61=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 169 (66.41% from 255 or 64.75% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 169 - color contains mainly: green. Hex color #1FA93D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA93D is #E056C2. Grayscale: #737373. Windows color (decimal): -14702275 or 4040991. OLE color: 4040991.
HSL color Cylindrical-coordinate representation of color #1FA93D: hue angle of 133.04º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FA93D is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 169 | 61 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.34 |
| HSL | 133.04º | 0.69% | 0.39% | - |
| HSV(B) | 133.04º | 0.82% | 0.66% | - |
| XYZ | 15.6 | 29 | 9.19 | - |
| YUV | 115.43 | 97.28 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 169 | 61 | 0.82 | 0 | 0.64 | 0.34 | 133.04 | 0.69 | 0.39 |
| Hex | 1F | A9 | 3D | 52 | 0 | 40 | 22 | 85 | 45 | 27 |
| Octal | 37 | 251 | 75 | 122 | 0 | 100 | 42 | 205 | 105 | 47 |
| Binary | 11111 | 10101001 | 111101 | 1010010 | 0 | 1000000 | 100010 | 10000101 | 1000101 | 100111 |
Color Harmonies of #1FA93D
Complementary color
Monochromatic Colors of #1FA93D
Black with #1FA93D
Text Example
Text Example
White with #1FA93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA93D; }
p { color: rgb(31,169,61); }
H1.HeaderClassName
{
color: #1FA93D;
}
.AnyTagClassName
{
color: #1FA93D;
}
</style>
background-color css
<style>
a { background-color: #1FA93D; }
a { background-color: rgb(31,169,61); }
div.DivClassName
{
background-color: #1FA93D;
}
.BgClassName
{
background-color: #1FA93D;
}
</style>
border-color css
<style>
span { border-color: #1FA93D; }
span { border-color: rgb(31,169,61); }
td.TdClassName
{
border-color: #1FA93D;
}
.TagClassName
{
border-color: #1FA93D;
}
</style>