Shades of Dark Pastel Green #1FAA3F
Tints of Dark Pastel Green #1FAA3F
RGB
CMYK
RGB Variations
Color information
#1FAA3F (or 0x1FAA3F) is known color: Dark Pastel Green. HEX triplet: 1F, AA and 3F. RGB value is (31,170,63). Sum of RGB (Red+Green+Blue) = 31+170+63=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAA3F is #E055C0. Grayscale: #747474. Windows color (decimal): -14702017 or 4172319. OLE color: 4172319.
HSL color Cylindrical-coordinate representation of color #1FAA3F: hue angle of 133.81º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAA3F is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 63 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.33 |
| HSL | 133.81º | 0.69% | 0.39% | - |
| HSV(B) | 133.81º | 0.82% | 0.67% | - |
| XYZ | 15.84 | 29.4 | 9.54 | - |
| YUV | 116.24 | 97.95 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 63 | 0.82 | 0 | 0.63 | 0.33 | 133.81 | 0.69 | 0.39 |
| Hex | 1F | AA | 3F | 52 | 0 | 3F | 21 | 86 | 45 | 27 |
| Octal | 37 | 252 | 77 | 122 | 0 | 77 | 41 | 206 | 105 | 47 |
| Binary | 11111 | 10101010 | 111111 | 1010010 | 0 | 111111 | 100001 | 10000110 | 1000101 | 100111 |
Color Harmonies of #1FAA3F
Complementary color
Monochromatic Colors of #1FAA3F
Black with #1FAA3F
Text Example
Text Example
White with #1FAA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA3F; }
p { color: rgb(31,170,63); }
H1.HeaderClassName
{
color: #1FAA3F;
}
.AnyTagClassName
{
color: #1FAA3F;
}
</style>
background-color css
<style>
a { background-color: #1FAA3F; }
a { background-color: rgb(31,170,63); }
div.DivClassName
{
background-color: #1FAA3F;
}
.BgClassName
{
background-color: #1FAA3F;
}
</style>
border-color css
<style>
span { border-color: #1FAA3F; }
span { border-color: rgb(31,170,63); }
td.TdClassName
{
border-color: #1FAA3F;
}
.TagClassName
{
border-color: #1FAA3F;
}
</style>