Shades of Dark Pastel Green #1FAA44
Tints of Dark Pastel Green #1FAA44
RGB
CMYK
RGB Variations
Color information
#1FAA44 (or 0x1FAA44) is known color: Dark Pastel Green. HEX triplet: 1F, AA and 44. RGB value is (31,170,68). Sum of RGB (Red+Green+Blue) = 31+170+68=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 170 (66.80% from 255 or 63.20% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAA44 is #E055BB. Grayscale: #757575. Windows color (decimal): -14702012 or 4499999. OLE color: 4499999.
HSL color Cylindrical-coordinate representation of color #1FAA44: hue angle of 135.97º 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 #1FAA44 is Cyan = 0.82, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 68 | - |
| CMYK | 0.82 | 0 | 0.6 | 0.33 |
| HSL | 135.97º | 0.69% | 0.39% | - |
| HSV(B) | 135.97º | 0.82% | 0.67% | - |
| XYZ | 15.98 | 29.46 | 10.31 | - |
| YUV | 116.81 | 100.45 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 68 | 0.82 | 0 | 0.6 | 0.33 | 135.97 | 0.69 | 0.39 |
| Hex | 1F | AA | 44 | 52 | 0 | 3C | 21 | 88 | 45 | 27 |
| Octal | 37 | 252 | 104 | 122 | 0 | 74 | 41 | 210 | 105 | 47 |
| Binary | 11111 | 10101010 | 1000100 | 1010010 | 0 | 111100 | 100001 | 10001000 | 1000101 | 100111 |
Color Harmonies of #1FAA44
Complementary color
Monochromatic Colors of #1FAA44
Black with #1FAA44
Text Example
Text Example
White with #1FAA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA44; }
p { color: rgb(31,170,68); }
H1.HeaderClassName
{
color: #1FAA44;
}
.AnyTagClassName
{
color: #1FAA44;
}
</style>
background-color css
<style>
a { background-color: #1FAA44; }
a { background-color: rgb(31,170,68); }
div.DivClassName
{
background-color: #1FAA44;
}
.BgClassName
{
background-color: #1FAA44;
}
</style>
border-color css
<style>
span { border-color: #1FAA44; }
span { border-color: rgb(31,170,68); }
td.TdClassName
{
border-color: #1FAA44;
}
.TagClassName
{
border-color: #1FAA44;
}
</style>