Shades of Dark Pastel Green #1FA63A
Tints of Dark Pastel Green #1FA63A
RGB
CMYK
RGB Variations
Color information
#1FA63A (or 0x1FA63A) is known color: Dark Pastel Green. HEX triplet: 1F, A6 and 3A. RGB value is (31,166,58). Sum of RGB (Red+Green+Blue) = 31+166+58=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 166 (65.23% from 255 or 65.10% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 166 - color contains mainly: green. Hex color #1FA63A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA63A is #E059C5. Grayscale: #717171. Windows color (decimal): -14703046 or 3843615. OLE color: 3843615.
HSL color Cylindrical-coordinate representation of color #1FA63A: hue angle of 132º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA63A is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 166 | 58 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.35 |
| HSL | 132º | 0.69% | 0.39% | - |
| HSV(B) | 132º | 0.81% | 0.65% | - |
| XYZ | 14.97 | 27.87 | 8.59 | - |
| YUV | 113.32 | 96.77 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 166 | 58 | 0.81 | 0 | 0.65 | 0.35 | 132 | 0.69 | 0.39 |
| Hex | 1F | A6 | 3A | 51 | 0 | 41 | 23 | 84 | 45 | 27 |
| Octal | 37 | 246 | 72 | 121 | 0 | 101 | 43 | 204 | 105 | 47 |
| Binary | 11111 | 10100110 | 111010 | 1010001 | 0 | 1000001 | 100011 | 10000100 | 1000101 | 100111 |
Color Harmonies of #1FA63A
Complementary color
Monochromatic Colors of #1FA63A
Black with #1FA63A
Text Example
Text Example
White with #1FA63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA63A; }
p { color: rgb(31,166,58); }
H1.HeaderClassName
{
color: #1FA63A;
}
.AnyTagClassName
{
color: #1FA63A;
}
</style>
background-color css
<style>
a { background-color: #1FA63A; }
a { background-color: rgb(31,166,58); }
div.DivClassName
{
background-color: #1FA63A;
}
.BgClassName
{
background-color: #1FA63A;
}
</style>
border-color css
<style>
span { border-color: #1FA63A; }
span { border-color: rgb(31,166,58); }
td.TdClassName
{
border-color: #1FA63A;
}
.TagClassName
{
border-color: #1FA63A;
}
</style>