Shades of Dark Pastel Green #1FA53D
Tints of Dark Pastel Green #1FA53D
RGB
CMYK
RGB Variations
Color information
#1FA53D (or 0x1FA53D) is known color: Dark Pastel Green. HEX triplet: 1F, A5 and 3D. RGB value is (31,165,61). Sum of RGB (Red+Green+Blue) = 31+165+61=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 165 (64.84% from 255 or 64.20% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA53D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA53D is #E05AC2. Grayscale: #717171. Windows color (decimal): -14703299 or 4039967. OLE color: 4039967.
HSL color Cylindrical-coordinate representation of color #1FA53D: hue angle of 133.43º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA53D is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 165 | 61 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.35 |
| HSL | 133.43º | 0.68% | 0.38% | - |
| HSV(B) | 133.43º | 0.81% | 0.65% | - |
| XYZ | 14.86 | 27.54 | 8.95 | - |
| YUV | 113.08 | 98.61 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 165 | 61 | 0.81 | 0 | 0.63 | 0.35 | 133.43 | 0.68 | 0.38 |
| Hex | 1F | A5 | 3D | 51 | 0 | 3F | 23 | 85 | 44 | 26 |
| Octal | 37 | 245 | 75 | 121 | 0 | 77 | 43 | 205 | 104 | 46 |
| Binary | 11111 | 10100101 | 111101 | 1010001 | 0 | 111111 | 100011 | 10000101 | 1000100 | 100110 |
Color Harmonies of #1FA53D
Complementary color
Monochromatic Colors of #1FA53D
Black with #1FA53D
Text Example
Text Example
White with #1FA53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA53D; }
p { color: rgb(31,165,61); }
H1.HeaderClassName
{
color: #1FA53D;
}
.AnyTagClassName
{
color: #1FA53D;
}
</style>
background-color css
<style>
a { background-color: #1FA53D; }
a { background-color: rgb(31,165,61); }
div.DivClassName
{
background-color: #1FA53D;
}
.BgClassName
{
background-color: #1FA53D;
}
</style>
border-color css
<style>
span { border-color: #1FA53D; }
span { border-color: rgb(31,165,61); }
td.TdClassName
{
border-color: #1FA53D;
}
.TagClassName
{
border-color: #1FA53D;
}
</style>